mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 10:44:19 +00:00
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…
Add table
Add a link
Reference in a new issue