From f67e2257afe7d85839e16f73b120bf2fbd5d0f88 Mon Sep 17 00:00:00 2001 From: Sourav Kashyap Date: Mon, 31 Aug 2026 18:18:27 +0530 Subject: [PATCH] fix(chore): fix sonar fix sonar fixSonar --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 42fe84a..434bbb1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -39,7 +39,7 @@ jobs: CONFIG_EMAIL: ${{ vars.RELEASE_COMMIT_EMAIL }} - name: Install 📌 - run: npm install --ignore-scripts + run: npm ci --ignore-scripts - name: Test 🔧 run: npm run test @@ -48,7 +48,7 @@ jobs: - name: Semantic Publish to NPM 🚀 run: | npm config set provenance true - HUSKY=0 npx semantic-release + HUSKY=0 npx semantic-release@25.0.5 env: GH_TOKEN: ${{ secrets.RELEASE_COMMIT_GH_PAT }} # REMOVED: NPM_TOKEN is not needed with trusted publishing