From 6b625b98599e4d3843cc5a8eac6eed78e13de4d8 Mon Sep 17 00:00:00 2001 From: Sourav Kashyap Date: Tue, 1 Sep 2026 15:40:37 +0530 Subject: [PATCH] fix(chore): fix sonar issue fix sonar issue sonarFix --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 96d98eb..3882d62 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,7 +5,7 @@ on: workflow_dispatch permissions: contents: write - id-token: write # REQUIRED for trusted publishing + id-token: write # REQUIRED for trusted publishing jobs: Release: @@ -26,7 +26,7 @@ jobs: with: node-version: '24' registry-url: 'https://registry.npmjs.org' - always-auth: false # important for trusted publishing + always-auth: false # important for trusted publishing - name: Configure CI Git User run: | @@ -48,7 +48,7 @@ jobs: - name: Semantic Publish to NPM 🚀 run: | npm config set provenance true - HUSKY=0 npx semantic-release@25.0.5 + HUSKY=0 npx semantic-release env: GH_TOKEN: ${{ secrets.RELEASE_COMMIT_GH_PAT }} # REMOVED: NPM_TOKEN is not needed with trusted publishing