update ci

This commit is contained in:
poma 2020-12-16 00:00:15 +03:00
parent d6fce4610f
commit 90ca349c4b
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
1 changed files with 0 additions and 3 deletions

View File

@ -54,9 +54,6 @@ 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
- name: Create GitHub Release Draft
uses: actions/create-release@v1
with: