Skip to content

Commit 4a22dec

Browse files
committed
AEA-0000 Adjust default tag_format.
1 parent ebce9ff commit 4a22dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
description: "The tag format to use for the release tags"
2424
required: false
2525
type: string
26-
default: "v\\${version}"
26+
default: "v${version}"
2727
main_branch:
2828
description: "The main branch name for releases"
2929
required: false

0 commit comments

Comments
 (0)