Skip to content

Commit

Permalink
fix: troubleshoot npm auth
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonschroeder-sfdc committed Oct 19, 2022
1 parent 5605364 commit 72da605
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- run: yarn install --frozen-lockfile
- run: yarn run semantic-release
- run: |
npm whoami
yarn run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 72da605

Please sign in to comment.