Skip to content

Commit

Permalink
fix: add missing token to generate github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
t0bst4r committed Oct 27, 2024
1 parent 1fa5b69 commit dd3479f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: false
run: npx nx release publish
- run: |
- env:
GH_TOKEN: ${{ github.token }}
run: |
gh release create v$PACKAGE_VERSION \
--latest \
--notes-file CHANGELOG.md \
Expand Down

0 comments on commit dd3479f

Please sign in to comment.