Skip to content

Commit ddf6638

Browse files
committed
Use v. tag prefix for compatibility with existing update checker
1 parent 9c3493f commit ddf6638

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
throw "Could not parse version number from history line: $latestHistory"
6464
}
6565
66-
$historyTag = "v$($Matches.Version)"
66+
$historyTag = "v.$($Matches.Version)" # 260405Cl v.X.XXX 形式に合わせる (既存ユーザーの自動更新との互換性)
6767
$tagName = "${{ github.ref_name }}"
6868
6969
if ($historyTag -ne $tagName) {

0 commit comments

Comments
 (0)