Skip to content

Commit

Permalink
ci: release with bot account again
Browse files Browse the repository at this point in the history
- thanks to cli/cli#6680
  • Loading branch information
casperdcl committed Aug 8, 2023
1 parent 7faf97e commit 38593d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38593d8

Please sign in to comment.