From 98c65f2dea8966dab8da4e7fb632c477b2d813e0 Mon Sep 17 00:00:00 2001 From: luisbytes Date: Fri, 26 Jul 2024 16:52:13 -0500 Subject: [PATCH] chore: Update npm publish command to include access public flag --- .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 e72aaa3..3a3c9aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,6 @@ jobs: node-version: 20 registry-url: https://registry.npmjs.org/ - run: npm install - - run: npm publish + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}