From 407a95a65f1c7b66b2fdfc2124327d8ad3ccf72c Mon Sep 17 00:00:00 2001 From: Alexey Date: Wed, 18 Nov 2020 12:50:19 +0300 Subject: [PATCH] fix: npm publish access --- .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 77536ab..674a236 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: run: | [ ${{ steps.vars.outputs.version }} = $(grep '"version":' package.json | grep -o "[0-9.]*") ] || (echo "Git tag doesn't match version in package.json" && false) - name: Publish to npm - run: npm publish + run: npm publish --access public - name: Create GitHub Release Draft uses: actions/create-release@v1 with: