Commit 789a7e4
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]>1 parent b239a1f commit 789a7e4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments