Skip to content

Commit eb00198

Browse files
committed
fix: correct npm registry URL in publish workflow to include https protocol
1 parent 45c3375 commit eb00198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
yarn build
3232
33-
npm config set registry //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
33+
npm config set registry https://registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
3434
3535
npm whoami
3636

0 commit comments

Comments
 (0)