From 8ba003aa7645a7dac56735d800570be731f1cda7 Mon Sep 17 00:00:00 2001 From: yihau Date: Tue, 26 Apr 2022 14:52:58 +0800 Subject: [PATCH] feat(ci): remove --dry-run --- web3.js/.github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3.js/.github/workflows/cicd.yml b/web3.js/.github/workflows/cicd.yml index 4511dbd7dc..de4ba28206 100644 --- a/web3.js/.github/workflows/cicd.yml +++ b/web3.js/.github/workflows/cicd.yml @@ -67,7 +67,7 @@ jobs: - run: | npm install -g npm@7 npm install - npx semantic-release --dry-run + npx semantic-release env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}