ci(PublishDev): remove t and hardcoded dev version (#6238)

Co-authored-by: Noel <buechler.noel@outlook.com>
This commit is contained in:
Shino 2021-08-07 16:20:32 -04:00 committed by GitHub
parent 917e71a9ee
commit 94bb953bf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ jobs:
- name: Publish
run: |
npm version --git-tag-version=false $(jq --raw-output '.version' package.json).t$(date +%s).$(git rev-parse --short HEAD)
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_PUBLISH_TOKEN }}