Skip to content

Commit 84b7ba6

Browse files
committed
fix(release): update NODE_AUTH_TOKEN to use GH_PACKAGES_TOKEN for GitHub Packages publishing
1 parent cbc0401 commit 84b7ba6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ jobs:
6565
- name: Publish to GitHub Packages
6666
run: npm publish
6767
env:
68-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68+
NODE_AUTH_TOKEN: ${{ secrets.GH_PACKAGES_TOKEN }}
6969

0 commit comments

Comments
 (0)