Skip to content

Commit

Permalink
[no ci] GH CLI needs GH_TOKEN set
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Oct 28, 2023
1 parent 0d83cf3 commit 5b36690
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,6 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
- name: Create a Github Release
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
env:
GH_TOKEN: ${{ github.token }}
run: gh release create ${{ github.ref_name }} --generate-notes

0 comments on commit 5b36690

Please sign in to comment.