should fix the workflow

This commit is contained in:
SN0WF14K3 2021-06-20 17:55:46 +05:45 committed by GitHub
parent 9bd8a5cf21
commit 1cd6d033e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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