Skip to content

Commit

Permalink
fix access
Browse files Browse the repository at this point in the history
  • Loading branch information
baev committed Dec 12, 2024
1 parent aa832c1 commit 102ef0f
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 -Avv --no-private npm publish
- run: yarn workspaces foreach -Avv --no-private npm publish --access public --tolerate-republish
env:
YARN_NPM_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 comments on commit 102ef0f

Please sign in to comment.