Skip to content

Commit 8923930

Browse files
Added npm whoami for debugging
1 parent 4d6cfb1 commit 8923930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- run: |
1818
npm install
1919
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_API_LIBRARY_TOKEN }}" > .npmrc
20+
npm whoami
2021
npm run build
2122
npm publish
2223
env:

0 commit comments

Comments
 (0)