fix: npm publish access

This commit is contained in:
Alexey 2020-11-18 12:50:19 +03:00
parent 03ae58dce7
commit 407a95a65f
1 changed files with 1 additions and 1 deletions

View File

@ -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: