Skip to content

Commit

Permalink
Disable automatic deployment of artifacts published to Sonatype, requ…
Browse files Browse the repository at this point in the history
…ire manual close and deploy of staging repository
  • Loading branch information
WojciechMazur committed Dec 10, 2024
1 parent 8f47278 commit 28e5db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,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

0 comments on commit 28e5db4

Please sign in to comment.