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