ci: update workflows

This commit is contained in:
EvolutionX
2022-06-29 12:24:27 +05:30
parent 94757d67cb
commit 92b713e476

View File

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