From 92b713e476a62793ec8b9c44e23eeb77e330508f Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Wed, 29 Jun 2022 12:24:27 +0530 Subject: [PATCH] ci: update workflows --- .github/workflows/continuous-delivery.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index d694a1e..8cc0ec6 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -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 }}