should fix the workflow
This commit is contained in:
parent
9bd8a5cf21
commit
1cd6d033e2
1 changed files with 2 additions and 1 deletions
3
.github/workflows/publish-dev.yml
vendored
3
.github/workflows/publish-dev.yml
vendored
|
@ -24,7 +24,8 @@ jobs:
|
|||
|
||||
- name: Publish
|
||||
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 publish --tag dev || true
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue