indent
This commit is contained in:
parent
3802df4fc8
commit
8d0922f5cb
@ -22,9 +22,9 @@ jobs:
|
|||||||
run: echo ${{ github.sha }} > Release.txt
|
run: echo ${{ github.sha }} > Release.txt
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: docker://softprops/action-gh-release
|
uses: docker://softprops/action-gh-release
|
||||||
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||||
with:
|
with:
|
||||||
files: Release.txt
|
files: Release.txt
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user