Commit 6d7720f
fix(ci): include v prefix in release_version output for Ketryx
Ketryx version names start with "v" (e.g. v1.3.0), but the
get-release-version step was stripping it by capturing only the
part after "v" in the regex match. This caused the version passed
to the Ketryx compliance check to be bare semver (e.g. 1.3.0).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 2eb340f commit 6d7720f
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
0 commit comments