fix example
This commit is contained in:
parent
e966ae3532
commit
37a751a4d1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ jobs:
|
|||
run: echo ${{ github.sha }} > Release.txt
|
||||
- name: Release
|
||||
uses: docker://softprops/action-gh-release
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: Release.txt
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue