From 9fe6c32ff2363c93006f481dbbb7b5d55eb6f054 Mon Sep 17 00:00:00 2001 From: "Paul K." Date: Wed, 15 Jan 2025 16:10:09 -0500 Subject: [PATCH] fix: npm publish access (#1) --- .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 7b040f5..768272f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,6 +25,6 @@ jobs: - name: Build run: npm run build - name: Publish - run: npm publish + run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file