From 8cbdf4f35cab1ca0f680127eac6a3634de6019c4 Mon Sep 17 00:00:00 2001 From: Chris Campbell Date: Tue, 28 Jun 2022 17:52:59 -0400 Subject: [PATCH] build: add `--access public` to pnpm publish command This is necessary for the initial publishing of packages that include an org part (like `@sdeverywhere`). --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3828317c..8eec3004 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -74,4 +74,4 @@ jobs: - name: Publish packages if: ${{ steps.release.outputs.releases_created }} run: | - pnpm -r publish + pnpm -r publish --access public