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.
npm whoami
1 parent 4d6cfb1 commit 8923930Copy full SHA for 8923930
.github/workflows/npmpublish.yml
@@ -17,6 +17,7 @@ jobs:
17
- run: |
18
npm install
19
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_API_LIBRARY_TOKEN }}" > .npmrc
20
+ npm whoami
21
npm run build
22
npm publish
23
env:
0 commit comments