Skip to content

Commit c63cfde

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]>
1 parent 11c957c commit c63cfde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ jobs:
10931093
asset_content_type: text/plain
10941094

10951095
- name: Publish Release
1096-
run: ./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonatypeBundleRelease"
1096+
run: ./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonatypeBundleUpload"
10971097

10981098

10991099
open_issue_on_failure:
@@ -1125,7 +1125,7 @@ jobs:
11251125
needs: [build-msi-package]
11261126
with:
11271127
# 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
11291129
version: "3."
11301130
java-version: 8
11311131

0 commit comments

Comments
 (0)