should fix dev publish

This commit is contained in:
SN0WF14K3 2021-06-20 10:02:32 +05:45 committed by GitHub
parent 45c3c1bb8d
commit 43df9010f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,6 @@ jobs:
- name: Publish
run: |
npm install
npm run build --skipLibCheck
npm version --git-tag-version=false $(jq --raw-output '.version' package.json).$(git rev-parse --verify HEAD)
npm publish --tag dev || true