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 @@ -1093,7 +1093,7 @@ jobs:
1093
1093
asset_content_type : text/plain
1094
1094
1095
1095
- name : Publish Release
1096
- run : ./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonatypeBundleRelease "
1096
+ run : ./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonatypeBundleUpload "
1097
1097
1098
1098
1099
1099
open_issue_on_failure :
@@ -1125,7 +1125,7 @@ jobs:
1125
1125
needs : [build-msi-package]
1126
1126
with :
1127
1127
# Ensure that version starts with prefix 3.
1128
- # In the future it can be adapted to compare with with git tag or version set in the build.s
1128
+ # In the future it can be adapted to compare with with git tag or version set in the project/Build.scala
1129
1129
version : " 3."
1130
1130
java-version : 8
1131
1131
You can’t perform that action at this time.
0 commit comments