From c6152aab9d6ca65b7b3bc2ff037cf6d0c9a5ad6a Mon Sep 17 00:00:00 2001 From: Vladyslav Bushynskyi Date: Tue, 23 Dec 2025 16:08:20 +0200 Subject: [PATCH] chore: Fixate semantic release version for lib publish --- composite-actions/nodejs-lib/publish/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composite-actions/nodejs-lib/publish/action.yaml b/composite-actions/nodejs-lib/publish/action.yaml index 2de7353d..95a1de9a 100644 --- a/composite-actions/nodejs-lib/publish/action.yaml +++ b/composite-actions/nodejs-lib/publish/action.yaml @@ -77,10 +77,10 @@ runs: - name: Write .npmrc shell: bash - run: echo "@hiiretail:registry = https://europe-west1-npm.pkg.dev/extenda/npm-releases/ " > .npmrc + run: echo "@hiiretail:registry = https://europe-west1-npm.pkg.dev/extenda/npm-releases/" > .npmrc - name: Release env: GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }} shell: bash - run: npm run auth --if-present && NPM_TOKEN=$(gcloud auth print-access-token) npx semantic-release \ No newline at end of file + run: npm run auth --if-present && NPM_TOKEN=$(gcloud auth print-access-token) npx semantic-release@24.2.9