We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9bdcfa commit 47edacaCopy full SHA for 47edaca
.github/workflows/update-and-publish.yml
@@ -82,9 +82,7 @@ jobs:
82
run: npm run build
83
84
- name: Publish package
85
- run: npm publish --access public
86
- env:
87
- NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
+ run: npm publish --access public --npm-auth-token ${{ secrets.NPM_AUTH_TOKEN }}
88
if: success()
89
90
- name: Revert package.json and package-lock.json
0 commit comments