Skip to content

Commit

Permalink
Fix auth step in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
olivermrbl committed Apr 18, 2022
1 parent 6cc8fb7 commit 5756c46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
echo "@oliverjuhl:registry=http://registry.npmjs.org/" > .npmrc
echo "registry=http://registry.npmjs.org/" >> .npmrc
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
npm whoami
env:
NPM_TOKEN: ${{ secrets.NPMTOKEN }}
- name: Publish Canary
Expand Down

0 comments on commit 5756c46

Please sign in to comment.