Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/release-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: pnpm package
- name: Semantic Release
id: semantic
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v6
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pinned semantic-release v19 and plugins incompatible with action v6

High Severity

Bumping cycjimmy/semantic-release-action to v6 while keeping semantic_version: 19 and old plugin versions (@semantic-release/changelog@6, @semantic-release/git@10, @semantic-release/github@8) creates a compatibility mismatch. Action v5+ runs internally on Node 24, but semantic-release@19 and these plugin versions predate Node 24 and were never tested against it. This will likely cause the release workflow to fail on merge to main.

Fix in Cursor Fix in Web

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
Loading