Skip to content

Commit

Permalink
chore: Debug NPM auth error
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsmueller committed Sep 13, 2024
1 parent 272260c commit 1201f62
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ jobs:
yarn build-typechain
yarn build
- name: Authenticate with private NPM package
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_ACCESS_TOKEN }}" > ~/.npmrc
- name: Authenticate with NPM
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_ACCESS_TOKEN }}" > ~/.npmrc
npm whoami
- name: Publish to NPM
run: |
Expand Down

0 comments on commit 1201f62

Please sign in to comment.