From e1b635853475ba3e3cb2e803b71b46df3b2c2d2f Mon Sep 17 00:00:00 2001 From: James Walker Date: Mon, 23 Feb 2026 09:06:34 -0500 Subject: [PATCH 1/2] pin version for ci-publish-npm --- .github/workflows/solidity.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index 5773422b44..f72fbe8550 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -208,7 +208,7 @@ jobs: - name: Publish to NPM (beta) - Core if: needs.tag-check.outputs.is-pre-release-core == 'true' - uses: smartcontractkit/.github/actions/ci-publish-npm@ci-publish-npm/v1 + uses: smartcontractkit/.github/actions/ci-publish-npm@ci-publish-npm@1861140c62d65adc4b573f826446ba7106beed1a with: create-github-release: false publish-command: "pnpm publish-beta --no-git-checks" @@ -235,7 +235,7 @@ jobs: - name: Publish to NPM (beta) - CRE if: needs.tag-check.outputs.is-pre-release-cre == 'true' - uses: smartcontractkit/.github/actions/ci-publish-npm@ci-publish-npm/v1 + uses: smartcontractkit/.github/actions/ci-publish-npm@ci-publish-npm@1861140c62d65adc4b573f826446ba7106beed1a with: create-github-release: false publish-command: "pnpm publish-beta --no-git-checks" @@ -288,7 +288,7 @@ jobs: - name: Publish to NPM (latest) if: needs.tag-check.outputs.is-release-core == 'true' - uses: smartcontractkit/.github/actions/ci-publish-npm@ci-publish-npm/v1 + uses: smartcontractkit/.github/actions/ci-publish-npm@ci-publish-npm@1861140c62d65adc4b573f826446ba7106beed1a with: create-github-release: true publish-command: "pnpm publish-prod --no-git-checks" @@ -318,7 +318,7 @@ jobs: - name: Publish to NPM (latest) if: needs.tag-check.outputs.is-release-cre == 'true' - uses: smartcontractkit/.github/actions/ci-publish-npm@ci-publish-npm/v1 + uses: smartcontractkit/.github/actions/ci-publish-npm@ci-publish-npm@1861140c62d65adc4b573f826446ba7106beed1a with: create-github-release: true publish-command: "pnpm publish-prod --no-git-checks" From e5bb6698433ccb3395c01ed2c691b2334f78087e Mon Sep 17 00:00:00 2001 From: James Walker Date: Mon, 23 Feb 2026 09:13:30 -0500 Subject: [PATCH 2/2] update --- .github/workflows/solidity.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index f72fbe8550..c65fcc86a4 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -208,7 +208,7 @@ jobs: - name: Publish to NPM (beta) - Core if: needs.tag-check.outputs.is-pre-release-core == 'true' - uses: smartcontractkit/.github/actions/ci-publish-npm@ci-publish-npm@1861140c62d65adc4b573f826446ba7106beed1a + uses: smartcontractkit/.github/actions/ci-publish-npm@1861140c62d65adc4b573f826446ba7106beed1a #v1 with: create-github-release: false publish-command: "pnpm publish-beta --no-git-checks" @@ -235,7 +235,7 @@ jobs: - name: Publish to NPM (beta) - CRE if: needs.tag-check.outputs.is-pre-release-cre == 'true' - uses: smartcontractkit/.github/actions/ci-publish-npm@ci-publish-npm@1861140c62d65adc4b573f826446ba7106beed1a + uses: smartcontractkit/.github/actions/ci-publish-npm@1861140c62d65adc4b573f826446ba7106beed1a #v1 with: create-github-release: false publish-command: "pnpm publish-beta --no-git-checks" @@ -288,7 +288,7 @@ jobs: - name: Publish to NPM (latest) if: needs.tag-check.outputs.is-release-core == 'true' - uses: smartcontractkit/.github/actions/ci-publish-npm@ci-publish-npm@1861140c62d65adc4b573f826446ba7106beed1a + uses: smartcontractkit/.github/actions/ci-publish-npm@1861140c62d65adc4b573f826446ba7106beed1a #v1 with: create-github-release: true publish-command: "pnpm publish-prod --no-git-checks" @@ -318,7 +318,7 @@ jobs: - name: Publish to NPM (latest) if: needs.tag-check.outputs.is-release-cre == 'true' - uses: smartcontractkit/.github/actions/ci-publish-npm@ci-publish-npm@1861140c62d65adc4b573f826446ba7106beed1a + uses: smartcontractkit/.github/actions/ci-publish-npm@1861140c62d65adc4b573f826446ba7106beed1a #v1 with: create-github-release: true publish-command: "pnpm publish-prod --no-git-checks"