Skip to content

Commit

Permalink
Backport "Disable automatic release in publish_release " to 3.6.2 (#…
Browse files Browse the repository at this point in the history
…21903)

Backports #21873 to the 3.6.2 branch.

PR submitted by the release tooling.
[skip ci]
  • Loading branch information
WojciechMazur authored Nov 8, 2024
2 parents 1fd5dd1 + 2238c7a commit 5ae06ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ jobs:
asset_content_type: text/plain

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


open_issue_on_failure:
Expand Down Expand Up @@ -1121,7 +1121,7 @@ jobs:
needs: [build-msi-package]
with:
# Ensure that version starts with prefix 3.
# 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
version: "3."
java-version: 8

Expand Down

0 comments on commit 5ae06ef

Please sign in to comment.