mirror of https://github.com/tqdm/tqdm.git
ci: release with bot account again
- thanks to https://github.com/cli/cli/issues/6680
This commit is contained in:
parent
7faf97e978
commit
38593d8b00
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue