Skip to content

Commit b166616

Browse files
Run npm whoami for debugging the publish process
1 parent b34c03f commit b166616

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npmpublish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
node-version: '18.x'
1919
registry-url: 'https://registry.npmjs.org'
2020
always-auth: true
21+
- run: npm whoami
2122
- run: |
2223
npm install
2324
npm run build

0 commit comments

Comments
 (0)