Skip to content

Commit

Permalink
build: use release bot
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jun 21, 2023
1 parent 767cb76 commit 2c54719
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 @@ -74,4 +74,4 @@ jobs:
tag="${GITHUB_REF#refs/tags/}"
gh release create --title "NiftyPAD $tag beta" --draft --notes "$changelog" "$tag" dist/${{ steps.dist.outputs.whl }} dist/${{ steps.dist.outputs.whl_asc }}
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN || github.token }}

0 comments on commit 2c54719

Please sign in to comment.