fix example
This commit is contained in:
parent
e966ae3532
commit
37a751a4d1
@ -20,7 +20,7 @@ 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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user