fix example

This commit is contained in:
softprops 2019-08-25 18:37:27 -04:00
parent e966ae3532
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: