Commit 4e49fb1
fix(ci): prevent version-manifest job from being skipped on tag push (#10)
The version-manifest job was silently skipped on v1.6.0 due to GitHub
Actions transitive needs-chain behavior: when auto-version is skipped
(tag push), build-and-push uses always() to run anyway, but
version-manifest inherited the skip from the ancestor chain. Adding
always() with an explicit success check ensures the job runs whenever
build-and-push succeeds on a tag push.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9e2ed7c commit 4e49fb1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
0 commit comments