Skip to content

Commit 3932c17

Browse files
authored
Fix: [AEA-0000] - Fix asdfVersion bug (#17)
1 parent a7daff0 commit 3932c17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tag-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
asdfVersion:
1515
type: string
1616
required: false
17-
default: "v0.18.0"
17+
default: "0.18.0"
1818
publish_package:
1919
description: "Whether to publish a package to an npm registry"
2020
required: true
@@ -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)