Skip to content

Commit

Permalink
fix: set correct env var for gh CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot committed Nov 16, 2024
1 parent 74f4f77 commit a8fa2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-rizzybox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:

- name: Create GitHub Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ github.token }}
run: |
gh release create ${{ github.ref_name }} ./artifacts/rizzybox-*.tar.gz --title "Release ${{ github.ref_name }}" --prerelease

0 comments on commit a8fa2a0

Please sign in to comment.