Commit 7009fa3
fix(gh-release-please): resolve create_gh_release input not evaluated on push trigger
When triggered by push (not workflow_call), inputs are not populated and
defaults do not apply. inputs.create_gh_release evaluates to '' instead
of 'true', causing the tag major/minor step to be silently skipped.
Move the value to an env var with a fallback, mirroring the existing
pattern used for major_and_minor_tags.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 79403d4 commit 7009fa3
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
80 | | - | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
0 commit comments