From 71a68b24e6fff2abdbe0e4f04d13174fd34c1c8a Mon Sep 17 00:00:00 2001 From: Ivaylo Novakov Date: Tue, 23 Dec 2025 15:51:17 +0200 Subject: [PATCH 1/3] Update the TS publish action to use trusted NPM publishers. --- .github/workflows/publish-ts-sdk.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/publish-ts-sdk.yml b/.github/workflows/publish-ts-sdk.yml index 29ab458..8f4ed90 100644 --- a/.github/workflows/publish-ts-sdk.yml +++ b/.github/workflows/publish-ts-sdk.yml @@ -22,19 +22,19 @@ jobs: node-version: '20' registry-url: 'https://registry.npmjs.org' - - name: Install dependencies - run: npm ci + # - name: Install dependencies + # run: npm ci ################################# # npm ################################# # Ensure npm 11.5.1 or later is installed - # - name: Update npm - # run: npm install -g npm@latest + - name: Update npm + run: npm install -g npm@latest - # - name: Publish - # run: npm publish + - name: Publish + run: npm publish --access public ################################# # yarn @@ -60,8 +60,8 @@ jobs: # composite action ################################# - - name: Publish - uses: smartcontractkit/.github/actions/ci-publish-npm@5cf24eba2fef708acd6050f0f9a0397b2dabbfb8 - with: - publish-command: npm publish - package-json-directory: ./typescript +# - name: Publish +# uses: smartcontractkit/.github/actions/ci-publish-npm@5cf24eba2fef708acd6050f0f9a0397b2dabbfb8 +# with: +# publish-command: npm publish +# package-json-directory: ./typescript From d2baaa5583ba0f7c92fc4ba601d8efdb261ce479 Mon Sep 17 00:00:00 2001 From: Ivaylo Novakov Date: Tue, 23 Dec 2025 16:09:57 +0200 Subject: [PATCH 2/3] Bring back 'npm ci'. --- .github/workflows/publish-ts-sdk.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-ts-sdk.yml b/.github/workflows/publish-ts-sdk.yml index 8f4ed90..3593838 100644 --- a/.github/workflows/publish-ts-sdk.yml +++ b/.github/workflows/publish-ts-sdk.yml @@ -22,8 +22,8 @@ jobs: node-version: '20' registry-url: 'https://registry.npmjs.org' - # - name: Install dependencies - # run: npm ci + - name: Install dependencies + run: npm ci ################################# # npm From fe5e3c7a35ab8df8da8b23618e8d8dcf34918251 Mon Sep 17 00:00:00 2001 From: Ivaylo Novakov Date: Tue, 23 Dec 2025 16:14:09 +0200 Subject: [PATCH 3/3] Bring back 'npm ci'. --- .github/workflows/publish-ts-sdk.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-ts-sdk.yml b/.github/workflows/publish-ts-sdk.yml index 8f4ed90..3593838 100644 --- a/.github/workflows/publish-ts-sdk.yml +++ b/.github/workflows/publish-ts-sdk.yml @@ -22,8 +22,8 @@ jobs: node-version: '20' registry-url: 'https://registry.npmjs.org' - # - name: Install dependencies - # run: npm ci + - name: Install dependencies + run: npm ci ################################# # npm