1 parent 9c3493f commit ddf6638Copy full SHA for ddf6638
1 file changed
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
throw "Could not parse version number from history line: $latestHistory"
64
}
65
66
- $historyTag = "v$($Matches.Version)"
+ $historyTag = "v.$($Matches.Version)" # 260405Cl v.X.XXX 形式に合わせる (既存ユーザーの自動更新との互換性)
67
$tagName = "${{ github.ref_name }}"
68
69
if ($historyTag -ne $tagName) {
0 commit comments