ci: update stuff

This commit is contained in:
EvolutionX
2022-06-29 11:59:57 +05:30
parent c4c9b11bc2
commit 6253571095

View File

@@ -31,7 +31,7 @@ jobs:
- name: Publish to npm
run: |
npm version --preid "dev.$(git rev-parse --verify --short HEAD)"
npm publish --tag dev
npm version 1.0.0 --preid "dev.$(git rev-parse --verify --short HEAD)"
npm publish --tag dev --dry-run
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}