Skip to content

Commit 2238c7a

Browse files
Disable automatic release in publish_release (#21873)
Releases of stable versions now require manual approval on https://oss.sonatype.org/ by release officer. Difference between `sonatypeBundleRelease` and `sonatypeBundleUpload` is described [here](https://github.com/xerial/sbt-sonatype?tab=readme-ov-file#commands) [skip ci] --------- Co-authored-by: Hamza Remmal <[email protected]> [Cherry-picked c63cfde]
1 parent 148b10f commit 2238c7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ jobs:
10891089
asset_content_type: text/plain
10901090

10911091
- name: Publish Release
1092-
run: ./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonatypeBundleRelease"
1092+
run: ./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonatypeBundleUpload"
10931093

10941094

10951095
open_issue_on_failure:
@@ -1121,7 +1121,7 @@ jobs:
11211121
needs: [build-msi-package]
11221122
with:
11231123
# 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
11251125
version: "3."
11261126
java-version: 8
11271127

0 commit comments

Comments
 (0)