Skip to content

Commit ebda33a

Browse files
Merge branch 'master' into v2-beta
2 parents bfcb908 + 52a6965 commit ebda33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: echo "tag=beta" >> $GITHUB_ENV
3333
- run: npm publish --access public --tag ${{ env.tag }}
3434
env:
35-
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
35+
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
3636

3737
publish-github:
3838
needs: build

0 commit comments

Comments
 (0)