We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a02b0 commit a357af8Copy full SHA for a357af8
.github/workflows/cicd.yml
@@ -49,7 +49,9 @@ jobs:
49
run: scripts/setup-test-validator.sh
50
51
- name: Publish NPM
52
- run: pnpm publish-packages
+ run: |
53
+ echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> .npmrc
54
+ pnpm publish-packages
55
env:
56
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments