ci: release with bot account again

- thanks to https://github.com/cli/cli/issues/6680
This commit is contained in:
Casper da Costa-Luis 2023-08-08 11:12:32 +01:00
parent 7faf97e978
commit 38593d8b00
No known key found for this signature in database
GPG Key ID: F5126E5FBD2512AD
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ jobs:
tag="${GITHUB_REF#refs/tags/}"
gh release create --title "tqdm $tag stable" --draft --notes "$changelog" "$tag" dist/${{ steps.dist.outputs.whl }} dist/${{ steps.dist.outputs.whl_asc }}
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- uses: snapcore/action-build@v1
id: snap_build
- if: github.event_name == 'push' && steps.collect_assets.outputs.snap_channel