;ci: release: fix action-gh-release not running ?

This commit is contained in:
Simon Michael 2021-07-03 14:59:18 -10:00
parent 68e7ff4644
commit 8d237869db

View File

@ -41,6 +41,6 @@ jobs:
- name: Create Release (softprops/action-gh-release)
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: startsWith(github.ref, 'refs/tags/')