Skip to content

Commit 55d3157

Browse files
committed
integrated npm auth token to npm publish command
1 parent 0ef5b31 commit 55d3157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-and-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: npm run build
8383

8484
- name: Publish package
85-
run: npm publish --access public --npm-auth-token ${{ secrets.NPM_AUTH_TOKEN }}
85+
run: npm publish --access public --//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}
8686
if: success()
8787

8888
- name: Revert package.json and package-lock.json

0 commit comments

Comments
 (0)