From 514a5aa867e1e194d59398b0dfe8b1e13e042154 Mon Sep 17 00:00:00 2001 From: 0t4u <61939142+0t4u@users.noreply.github.com> Date: Mon, 12 Aug 2024 00:33:43 +0800 Subject: [PATCH] fix: npm publish cmd --- .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 1eeb6cb..392ae77 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,6 +18,6 @@ jobs: - name: Install Dependencies and Build Package run: npm i - name: Publish to NPM - run: npm publish + run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}