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 release condition to properly check commit messages
- Use join(github.event.commits.*.message, ' ') to check all commit messages in push
- This prevents release job from running when [release] is not in commit message
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments