We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7daff0 commit 3932c17Copy full SHA for 3932c17
1 file changed
.github/workflows/tag-release.yml
@@ -14,7 +14,7 @@ on:
14
asdfVersion:
15
type: string
16
required: false
17
- default: "v0.18.0"
+ default: "0.18.0"
18
publish_package:
19
description: "Whether to publish a package to an npm registry"
20
required: true
@@ -23,7 +23,7 @@ on:
23
description: "The tag format to use for the release tags"
24
25
26
- default: "v\\${version}"
+ default: "v${version}"
27
main_branch:
28
description: "The main branch name for releases"
29
0 commit comments