From 824948abdc351efa29f4bc8f19888456ed0a9b80 Mon Sep 17 00:00:00 2001 From: Ronny Toribio <130106273+ronny-toribio@users.noreply.github.com> Date: Wed, 14 Jan 2026 23:09:50 -0500 Subject: [PATCH] feat: make npm access public --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e8cfab..343a4ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,6 +50,6 @@ jobs: - name: Publish to npm if: ${{ steps.changelog.outputs.skipped == 'false' }} - run: npm publish + run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}