Fix workflow trigger

This commit is contained in:
WoLfulus
2020-10-05 21:16:29 -03:00
parent 2c0d145176
commit 060baf1986

View File

@@ -14,7 +14,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.REPOSITORY_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}