You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Correct MCP server name in all workflow commands
This commit fixes three critical workflow failures:
1. CI Workflow Test Failures:
- Changed build from 'npm run build' to 'npm run build:dev'
- Tests require structured dist/ with individual modules
- Prevents "cancelledByParent" test errors
2. Release Workflow CHANGELOG Validation:
- Added CHANGELOG.md entry for version 8.0.6
- Documents all workflow fixes
3. Sign Plugin Workflow Git Race Condition:
- Added proper git checkout and fetch before push
- Implemented retry logic with rebase for concurrent commits
- Prevents non-fast-forward push errors
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments