From a1f140759fec7c27f7d9aef4bb441b81a80f8b76 Mon Sep 17 00:00:00 2001 From: Erik Burton Date: Tue, 23 Apr 2024 17:24:53 -0700 Subject: [PATCH] chore: bump ci-publish-npm to v0.4.0 (#12937) --- .github/workflows/solidity.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index a128316b99e..5940313fc65 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -213,7 +213,7 @@ jobs: pnpm version ${{ needs.tag-check.outputs.pre-release-version }} --no-git-tag-version --no-commit-hooks --no-git-checks - name: Publish to NPM (beta) - uses: smartcontractkit/.github/actions/ci-publish-npm@e1c9d45fc66369d6be5d3863c65af1750797a7f5 # ci-publish-npm@0.3.0 + uses: smartcontractkit/.github/actions/ci-publish-npm@4b0ab756abcb1760cb82e1e87b94ff431905bffc # ci-publish-npm@0.4.0 with: npm-token: ${{ secrets.NPM_TOKEN }} create-github-release: false @@ -255,7 +255,7 @@ jobs: fi - name: Publish to NPM (latest) - uses: smartcontractkit/.github/actions/ci-publish-npm@e1c9d45fc66369d6be5d3863c65af1750797a7f5 # ci-publish-npm@0.3.0 + uses: smartcontractkit/.github/actions/ci-publish-npm@4b0ab756abcb1760cb82e1e87b94ff431905bffc # ci-publish-npm@0.4.0 with: npm-token: ${{ secrets.NPM_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}