Skip to content

Commit

Permalink
build: add --access public to pnpm publish command
Browse files Browse the repository at this point in the history
This is necessary for the initial publishing of packages that include an org part (like `@sdeverywhere`).
  • Loading branch information
chrispcampbell committed Jun 28, 2022
1 parent a222904 commit 8cbdf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
- name: Publish packages
if: ${{ steps.release.outputs.releases_created }}
run: |
pnpm -r publish
pnpm -r publish --access public

0 comments on commit 8cbdf4f

Please sign in to comment.