dev publish

This commit is contained in:
SN0WF14K3 2021-06-20 18:10:08 +05:45 committed by GitHub
parent 1cd6d033e2
commit cac4364f15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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