From ada5f7db812f9b31f224c617d5f258f8b0587878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E6=A1=93=E6=A1=93?= Date: Tue, 28 Feb 2023 18:50:32 +0800 Subject: [PATCH] chore(ci): fix wrong config of `NPM` --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a4a8b00..0be964c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,7 +24,7 @@ jobs: run: npm run build # Step IV - name: Publish to NPM Registry - run: npm publish + uses: JS-DevTools/npm-publish@v1 env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # Step V