This commit is contained in:
softprops 2019-08-25 15:25:36 -04:00
parent 3802df4fc8
commit 8d0922f5cb

View file

@ -22,9 +22,9 @@ jobs:
run: echo ${{ github.sha }} > Release.txt
- name: Release
uses: docker://softprops/action-gh-release
if: ${{ startsWith(github.ref, 'refs/tags/') }}
with:
files: Release.txt
if: ${{ startsWith(github.ref, 'refs/tags/') }}
with:
files: Release.txt
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```