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 }}