From 15f843cc749f8efde66b10867f81a30e221ab887 Mon Sep 17 00:00:00 2001 From: marherb <1014287974@qq.com> Date: Sat, 4 May 2024 23:30:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(workflow):=20=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E5=8F=91=E5=B8=83=E5=85=AC=E6=9C=89=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 1d9771d..6aca511 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,6 +44,6 @@ jobs: - name: Publish to NPM if: env.version_changed == 'true' - run: npm publish + run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file