File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 52
52
53
53
- name : Publish Binaries
54
54
run : ./build.sh publishzip
55
+ shell : bash
55
56
56
57
- name : Attach Distribution to release
57
58
env :
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ let private publish _ = printfn "publish"
31
31
let private version _ =
32
32
let version = Software.Version
33
33
printfn $" Informational version: %s {version.AsString}"
34
- printfn $" Semantic version: %s {version.NormalizeToShorter ()}"
34
+ printfn $" Semantic version: %s {version.Normalize ()}"
35
35
36
36
let private format _ = exec { run " dotnet" " format" " --verbosity" " quiet" }
37
37
@@ -90,7 +90,7 @@ let private publishContainers _ =
90
90
" /t:PublishContainer" ;
91
91
" -p" ; " DebugType=none" ;
92
92
" -p" ; $" ContainerBaseImage=mcr.microsoft.com/dotnet/nightly/runtime-deps:8.0-%s {imageTag}" ;
93
- " -p" ; $" ContainerImageTags=\" %s {labels};%s {Software.Version.NormalizeToShorter ()}\" "
93
+ " -p" ; $" ContainerImageTags=\" %s {labels};%s {Software.Version.Normalize ()}\" "
94
94
" -p" ; $" ContainerRepository=elastic/%s {project}"
95
95
]
96
96
let registry =
You can’t perform that action at this time.
0 commit comments