Skip to content

Commit

Permalink
fix: add -A (all) option to publish workflow (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
justraman authored Dec 19, 2024
1 parent d280fd7 commit 8055adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
run: |
echo npmAuthToken: "$NODE_AUTH_TOKEN" >> ./.yarnrc.yml
- run: yarn workspaces foreach -v --exclude root --no-private npm publish --tolerate-republish --access public
- run: yarn workspaces foreach -A -v --exclude root --no-private npm publish --tolerate-republish --access public

0 comments on commit 8055adb

Please sign in to comment.