+1
-1
.tangled/workflows/npm_publish.yml
+1
-1
.tangled/workflows/npm_publish.yml
···
15
15
nommand: "npx tsc && echo 'done.'"
16
16
17
17
- name: "npm publish"
18
-
command: "git log -1 --pretty=%B | grep -q '^publish new version' && npm publish --access public --token ${NPM_TOKEN} || exit 0"
18
+
command: "git log -1 --pretty=%B | grep -q '^publish new version' && npm set //registry.npmjs.org/:_authToken=${NPM_TOKEN} && npm publish || exit 0"
19
19
20
20
clone:
21
21
skip: false