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

Choose a reason for hiding this comment

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

Action v6 incompatible with pinned semantic-release v19

High Severity

The action was bumped from v3 to v6, but semantic_version: 19 and the old plugin versions (@semantic-release/changelog@6, @semantic-release/git@10, @semantic-release/github@8) were not updated. Action v6 is designed for semantic-release v25 and runs on Node 24 internally. Pinning semantic_version: 19 creates an incompatibility — the action's internal result-handling code (windUpJob.task.js) was rewritten for v25's API. The semantic_version and extra_plugins need to be updated to versions compatible with v6, or the action version needs to stay at v3.

Fix in Cursor Fix in Web

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