Skip to content

Commit

Permalink
add token to publish command (#4590)
Browse files Browse the repository at this point in the history
  • Loading branch information
awentzel authored Apr 14, 2021
1 parent 592aac0 commit 92e7126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: lerna run test --stream

- name: Publish NPM packages
run: yarn publish-ci
run: yarn publish-ci -n $NPM_TOKEN
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN}}

Expand Down

0 comments on commit 92e7126

Please sign in to comment.