Skip to content

Commit 28e5db4

Browse files
committed
Disable automatic deployment of artifacts published to Sonatype, require manual close and deploy of staging repository
1 parent 8f47278 commit 28e5db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ jobs:
755755
asset_content_type: text/plain
756756

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

760760

761761
open_issue_on_failure:

0 commit comments

Comments
 (0)