From 85e455103a225febe4e1408f8c5e095ef8be8ffb Mon Sep 17 00:00:00 2001 From: Danilo Tuler Date: Tue, 30 Apr 2024 12:30:11 -0400 Subject: [PATCH] ci(cli): add public access flag to npm publishing --- .github/workflows/cli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli.yaml b/.github/workflows/cli.yaml index acd31e6d..f29faac2 100644 --- a/.github/workflows/cli.yaml +++ b/.github/workflows/cli.yaml @@ -53,6 +53,6 @@ jobs: - name: Publish if: ${{ inputs.release }} working-directory: ./apps/cli - run: pnpm publish + run: pnpm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}