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 20, 2023
1 parent 10e0e6b commit 9ee534b
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 @@ -122,7 +122,7 @@ jobs:
tag="${GITHUB_REF#refs/tags/}"
gh release create --title "CuVec $tag stable" --draft --notes "$changelog" "$tag" dist/${{ steps.dist.outputs.targz }}
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.GH_TOKEN || github.token }}
- name: Docs
run: |
pushd docs
Expand Down

0 comments on commit 9ee534b

Please sign in to comment.