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 0495626
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ 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 }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish Canary
run: lerna publish --yes --canary --preid ${{ env.VERSION_NAME }} --force-publish="*"
env:
Expand Down

0 comments on commit 0495626

Please sign in to comment.