Skip to content

Commit 9f69f6e

Browse files
committed
add npm token to release pipeline
1 parent a6d2472 commit 9f69f6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/js-release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@ jobs:
3030
run: |
3131
npx changeset version
3232
npx changeset publish
33+
env:
34+
NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}
3335
- name: Push to git
3436
run: git push --follow-tags

0 commit comments

Comments
 (0)