Skip to content

Commit

Permalink
fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
baev committed Jun 3, 2024
1 parent 171940c commit f998328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
run: |
yarn install
yarn build
- run: yarn workspaces foreach --no-private npm publish
- run: yarn workspaces foreach --Avv -no-private npm publish
env:
YARN_NPM_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 comments on commit f998328

Please sign in to comment.