1
0
Fork 0
mirror of synced 2026-06-05 18:58:19 +00:00

fix example

This commit is contained in:
softprops 2019-08-25 18:37:27 -04:00
commit 37a751a4d1

View file

@ -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: