From fe791e83a86fada1a3fbd5055e3be6a23bc11cea Mon Sep 17 00:00:00 2001 From: YHH <359807859@qq.com> Date: Mon, 27 Oct 2025 15:08:00 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E6=B7=BB=E5=8A=A0--access=20public?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E4=BB=A5=E6=94=AF=E6=8C=81=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E5=85=AC=E5=BC=80scoped=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 12e6145a..27c0067f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,7 +85,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} run: | cd packages/${{ github.event.inputs.package }}/dist - npm publish + npm publish --access public - name: Create Pull Request uses: peter-evans/create-pull-request@v6