We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
publish_release
2 parents 1fd5dd1 + 2238c7a commit 5ae06efCopy full SHA for 5ae06ef
.github/workflows/ci.yaml
@@ -1089,7 +1089,7 @@ jobs:
1089
asset_content_type: text/plain
1090
1091
- name: Publish Release
1092
- run: ./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonatypeBundleRelease"
+ run: ./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonatypeBundleUpload"
1093
1094
1095
open_issue_on_failure:
@@ -1121,7 +1121,7 @@ jobs:
1121
needs: [build-msi-package]
1122
with:
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
+ # In the future it can be adapted to compare with with git tag or version set in the project/Build.scala
1125
version: "3."
1126
java-version: 8
1127
0 commit comments