ci: publish dev

This commit is contained in:
DevAndromeda 2021-08-05 14:31:49 +05:45
parent 454395f85c
commit 7071737b3e
No known key found for this signature in database
GPG key ID: FA40E3EC5CB6DCD6

View file

@ -30,7 +30,7 @@ jobs:
- name: Publish
run: |
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
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}