From b4c5edae1313a3859a19f55062037b7640864728 Mon Sep 17 00:00:00 2001 From: Julian Mills Date: Tue, 27 Aug 2024 10:27:04 +0200 Subject: [PATCH] chore: public access --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4799431..5237e89 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,6 +27,6 @@ jobs: run: pnpm test - name: Publish - run: pnpm publish -r --dry-run + run: pnpm publish -r --dry-run --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}