Skip to content

Commit

Permalink
Fix access to be public (default)
Browse files Browse the repository at this point in the history
Signed-off-by: Zac Rosenbauer <[email protected]>
  • Loading branch information
zrosenbauer authored Dec 12, 2024
1 parent 3becea8 commit ac94c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkg-npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
NPM_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH }}

- name: '🚢 Publish'
run: yarn workspaces foreach -A --include "packages/*" npm publish --tolerate-republish --access restricted
run: yarn workspaces foreach -A --include "packages/*" npm publish --tolerate-republish

- name: '💾 Commit Incremented Version'
run: |
Expand Down

0 comments on commit ac94c18

Please sign in to comment.