Skip to content

Commit 01197ee

Browse files
committed
fix release
1 parent 8c0f36a commit 01197ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
run: echo "new tag $NEW_TAG"
3131
- run: npm publish --access public
3232
env:
33-
NPM_AUTH_TOKEN: ${{ secrets.NPM_API_TOKEN }}
33+
NODE_AUTH_TOKEN: ${{ secrets.NPM_API_TOKEN }}
34+
NPM_PUBLISH_REGISTRY: https://registry.npmjs.org/

0 commit comments

Comments
 (0)