From 9613d5e420df86e9ae99762570b14a528280cc7f Mon Sep 17 00:00:00 2001 From: infodusha Date: Mon, 4 Sep 2023 18:11:11 +0300 Subject: [PATCH] fix: set public in ci --- .github/workflows/merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index b88f2dd..f5e66fa 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -38,7 +38,7 @@ jobs: if: ${{ steps.release.outputs.release_created }} - run: npm run test if: ${{ steps.release.outputs.release_created }} - - run: npm publish --provenance + - run: npm publish --provenance --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} if: ${{ steps.release.outputs.release_created }}