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 2e4f1bc commit 348528dCopy full SHA for 348528d
.github/workflows/ci.yml
@@ -156,5 +156,5 @@ jobs:
156
!startsWith(github.event.head_commit.message, 'docs')
157
run: ./scripts/release.sh
158
env:
159
- NPM_TOKEN: ${{secrets.NPM_TOKEN}}
+ NPM_TOKEN: ${{secrets.NPM_ORG_TOKEN}}
160
NIGHTLY_RELEASE: 'true'
.github/workflows/release.yml
@@ -59,4 +59,4 @@ jobs:
59
- name: Publish package
60
61
62
0 commit comments