Merge pull request #529 from Androz2091/master

ci: dev publish
This commit is contained in:
SN0WF14K3 2021-06-20 18:16:22 +05:45 committed by GitHub
commit c172af0fbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ jobs:
- name: Publish
run: |
npm run build --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: