From 177766e357e5e90610aa87509e2906c9b63a7af9 Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Wed, 29 Jun 2022 12:45:40 +0530 Subject: [PATCH] ci: update cd --- .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 c02da50..b4d6171 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)" + npm version premajor --preid "dev.$(git rev-parse --verify --short HEAD)" --git-tag-version=false npm publish --tag dev env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}