Skip to content

Commit f4d8c25

Browse files
committed
build: fix
1 parent 02304c2 commit f4d8c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,5 @@ jobs:
149149
env:
150150
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
151151
run: |
152-
npm config set _authToken ${NPM_PUBLISH_TOKEN}
152+
npm config set //registry.npmjs.org/:_authToken ${NPM_PUBLISH_TOKEN}
153153
npm publish --access public

0 commit comments

Comments
 (0)