ci: publish dev
This commit is contained in:
parent
454395f85c
commit
7071737b3e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-dev.yml
vendored
2
.github/workflows/publish-dev.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: |
|
run: |
|
||||||
npx tsc --skipLibCheck
|
npx tsc --skipLibCheck
|
||||||
npm version --git-tag-version=false $(jq --raw-output '.version' package.json).$(git rev-parse --short HEAD).$(date +%s)
|
npm version --git-tag-version=false $(jq --raw-output '.version' package.json).$(date +%s).$(git rev-parse --short HEAD)
|
||||||
npm publish --tag dev || true
|
npm publish --tag dev || true
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
|
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
|
||||||
|
|
Loading…
Reference in a new issue