From 03dddd43841df9fae65da360fa4c7181dc793c3c Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Wed, 29 Jun 2022 12:49:16 +0530 Subject: [PATCH] ci: final update --- .github/workflows/continuous-delivery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index b4d6171..0cb0651 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -31,7 +31,7 @@ jobs: - name: Publish to npm run: | - npm version premajor --preid "dev.$(git rev-parse --verify --short HEAD)" --git-tag-version=false + npm version prepatch --preid "dev.$(git rev-parse --verify --short HEAD)" --git-tag-version=false npm publish --tag dev env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}