This commit is contained in:
Snowflake107 2021-06-20 11:23:14 +05:45
commit b614e5cf85

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