Skip to content

Commit 487b8e0

Browse files
fix: update NPM authentication token to use NPM_PUBLISH_TOKEN
1 parent f540ab2 commit 487b8e0

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
@@ -101,7 +101,7 @@ jobs:
101101
- name: Publish to NPM
102102
run: npm publish --access public --provenance
103103
env:
104-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
104+
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
105105

106106
- name: Notify success
107107
if: success()

0 commit comments

Comments
 (0)