From acee55663e652b68aa96e9275891e0f806829d78 Mon Sep 17 00:00:00 2001 From: KChi <59391215+KagChi@users.noreply.github.com> Date: Sat, 5 Feb 2022 16:22:19 +0700 Subject: [PATCH] ci: fix release workflow --- .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 c4a7de1..a7fa20d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,6 @@ jobs: run: yarn build - name: Publish source run: | - npm publish || true + npm publish --access public || true env: NODE_AUTH_TOKEN: '${{ secrets.NPM_TOKEN }}' \ No newline at end of file