Skip to content

Commit 8b22660

Browse files
author
Disturbing
committed
debug: add npm auth test to workflow
1 parent 71a386b commit 8b22660

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
@@ -37,6 +37,8 @@ jobs:
3737
run: |
3838
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
3939
npm config set access public
40+
echo "Testing npm auth..."
41+
npm whoami || echo "npm auth failed!"
4042
4143
- name: Install dependencies
4244
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)