- fix missing github token

This commit is contained in:
Mike Penz
2020-10-16 19:59:08 +02:00
parent 938e36a2c0
commit 9a5f01aaed
@@ -70,4 +70,6 @@ jobs:
release_name: ${{ github.ref }}
body: ${{steps.github_release.outputs.changelog}}
prerelease: ${{ contains(github.ref, '-rc') || contains(github.ref, '-b') || contains(github.ref, '-a') }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}