Skip to content

Commit 39e7a6c

Browse files
updated release workflow
1 parent 7341441 commit 39e7a6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
run: |
5353
echo "npm whoami (shows authenticated identity if OIDC worked):"
5454
npm whoami --registry=https://registry.npmjs.org || true
55+
npm config list --userconfig /home/runner/work/_temp/.npmrc
56+
npm config get //registry.npmjs.org/:_authToken --userconfig /home/runner/work/_temp/.npmrc
5557
# -------------------------------------
5658

5759
- name: Publish to npm

0 commit comments

Comments
 (0)