Skip to content

Commit

Permalink
Fix Publish Packages command in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Mar 6, 2022
1 parent 0d1c0dc commit ffe11b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -65,6 +65,6 @@ jobs:
- name: Publish Packages
if: startsWith(github.ref, 'refs/tags/')
run: lerna publish from-git
run: lerna publish from-git --yes
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit ffe11b9

Please sign in to comment.