File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1089,7 +1089,7 @@ jobs:
1089
1089
asset_content_type : text/plain
1090
1090
1091
1091
- name : Publish Release
1092
- run : ./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonatypeBundleRelease "
1092
+ run : ./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonatypeBundleUpload "
1093
1093
1094
1094
1095
1095
open_issue_on_failure :
@@ -1121,7 +1121,7 @@ jobs:
1121
1121
needs : [build-msi-package]
1122
1122
with :
1123
1123
# Ensure that version starts with prefix 3.
1124
- # In the future it can be adapted to compare with with git tag or version set in the build.s
1124
+ # In the future it can be adapted to compare with with git tag or version set in the project/Build.scala
1125
1125
version : " 3."
1126
1126
java-version : 8
1127
1127
You can’t perform that action at this time.
0 commit comments