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