From 7dcd07793b8568d8c21bc0def70baf5f84508f5c Mon Sep 17 00:00:00 2001 From: Mashbean Date: Thu, 2 Jul 2026 23:21:00 +0800 Subject: [PATCH] Publish scoped package as public --- .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 ff0872f..9299e0c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,7 +45,7 @@ jobs: # === `master` branch === - name: Publish to NPM if: github.ref == 'refs/heads/master' - run: npm publish ./dist --tag latest + run: npm publish ./dist --tag latest --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}