Skip to content

Commit

Permalink
ci(npm): try to peek into ci's env for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Isokaeder committed May 14, 2024
1 parent b4c4e58 commit 33db297
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- run: echo $NODE_AUTH_TOKEN | wc -c
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm token
- run: npm config set //registry.npmjs.org/:_authToken $NODE_AUTH_TOKEN
# - run: npm token
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm whoami
Expand Down

0 comments on commit 33db297

Please sign in to comment.