Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

permissions:
contents: write
id-token: write # REQUIRED for trusted publishing
id-token: write # REQUIRED for trusted publishing

jobs:
Release:
Expand All @@ -26,7 +26,7 @@
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: |
Expand All @@ -48,7 +48,7 @@
- name: Semantic Publish to NPM 🚀
run: |
npm config set provenance true
HUSKY=0 npx semantic-release@25.0.5
HUSKY=0 npx semantic-release

Check warning on line 51 in .github/workflows/release.yaml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Define exact package version to avoid installing unverified releases.

See more on https://sonarcloud.io/project/issues?id=sourcefuse_loopback4-mcp&issues=AaBcdGTDTcSNF7IkfWB2&open=AaBcdGTDTcSNF7IkfWB2&pullRequest=24
env:
GH_TOKEN: ${{ secrets.RELEASE_COMMIT_GH_PAT }}
# REMOVED: NPM_TOKEN is not needed with trusted publishing
Expand Down
Loading