Skip to content

Commit 38419ef

Browse files
committed
fix: fix dev
1 parent 944d10c commit 38419ef

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/shared-zerv-versioning.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,7 @@ on:
6565
type: string
6666
required: false
6767
description: "JSON object mapping output names to full zerv command arguments"
68-
default: >-
69-
{
70-
"v_semver": "--output-prefix v --output-format semver",
71-
"v_major": "--schema-ron \\\"(core:[var(Major)], extra_core:[], build:[])\\\" --output-prefix v --output-format pep440",
72-
"v_major_minor": "--schema-ron \\\"(core:[var(Major), var(Minor)], extra_core:[], build:[])\\\" --output-prefix v --output-format pep440",
73-
}
68+
default: '{"v_semver": "--output-prefix v --output-format semver", "v_major": "--schema-ron \"(core:[var(Major)], extra_core:[], build:[])\" --output-prefix v --output-format pep440", "v_major_minor": "--schema-ron \"(core:[var(Major), var(Minor)], extra_core:[], build:[])\" --output-prefix v --output-format pep440"}'
7469
outputs:
7570
versions:
7671
description: "JSON object containing all generated versions"

0 commit comments

Comments
 (0)