We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef5b31 commit 55d3157Copy full SHA for 55d3157
.github/workflows/update-and-publish.yml
@@ -82,7 +82,7 @@ jobs:
82
run: npm run build
83
84
- name: Publish package
85
- run: npm publish --access public --npm-auth-token ${{ secrets.NPM_AUTH_TOKEN }}
+ run: npm publish --access public --//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}
86
if: success()
87
88
- name: Revert package.json and package-lock.json
0 commit comments