mirror of
https://github.com/SrIzan10/sern-cli.git
synced 2026-05-01 11:05:17 +00:00
ci: update cd
This commit is contained in:
4
.github/workflows/continuous-delivery.yml
vendored
4
.github/workflows/continuous-delivery.yml
vendored
@@ -30,6 +30,8 @@ jobs:
|
||||
run: sern
|
||||
|
||||
- name: Publish to npm
|
||||
run: npm publish --tag dev
|
||||
run: |
|
||||
npm run release -- --release-as "dev.$(git rev-parse --verify --short HEAD)"
|
||||
npm publish --tag dev
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user