should fix dev publish
This commit is contained in:
parent
45c3c1bb8d
commit
43df9010f1
1 changed files with 0 additions and 1 deletions
1
.github/workflows/publish-dev.yml
vendored
1
.github/workflows/publish-dev.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue