Commit 9da35c9
committed
Fix: release workflow uses inputs.tag_name for workflow_dispatch
The release workflow was using github.event.release.tag_name which is only
set for release events, not workflow_dispatch. Add fallback to inputs.tag_name
so manual workflow_dispatch triggers correctly set the package version.
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>1 parent a474105 commit 9da35c9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments