Skip to content

Commit c21d303

Browse files
docs(README): update nodejs.yml debug
1 parent 8ffba7f commit c21d303

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868

6969
- run: yarn install --frozen-lockfile
7070
- run: yarn build
71+
- run: npm whoami # Debug: verify npm auth (note: won't work with OIDC, only during publish)
72+
continue-on-error: true
7173
- run: yarn run semantic-release
7274
env:
7375
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)