add token env var

This commit is contained in:
Chris Frohoff
2022-06-25 04:05:21 +00:00
committed by GitHub
parent 2c4d8d815c
commit cfd02f9c2e
+2
View File
@@ -26,6 +26,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish GitHub release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref_name }}
files: target/ysoserial-${{ github.ref_name }}-SNAPSHOT-all.jar