Skip to content

Commit b733521

Browse files
authored
Update release.yml
1 parent 607a8de commit b733521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
- name: 🚀 Publish to GitHub Packages
4646
run: pnpm publish --no-git-checks --registry=https://npm.pkg.github.com/
4747
env:
48-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48+
NODE_AUTH_TOKEN: ${{ secrets.GH_PUBLISH_PAT }}

0 commit comments

Comments
 (0)