mirror of
https://github.com/SrIzan10/sern-cli.git
synced 2026-05-01 11:05:17 +00:00
ci: update stuff
This commit is contained in:
4
.github/workflows/continuous-delivery.yml
vendored
4
.github/workflows/continuous-delivery.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user