Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Jun 3, 2024
1 parent 3038269 commit fe2a943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
yarn config set npmPublishAccess "public"
- name: Publish packages 🚀
run: yarn workspaces foreach --no-private npm publish
run: yarn workspaces foreach -W --no-private npm publish
env:
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit fe2a943

Please sign in to comment.