Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,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 ;sonatypeCentralUpload"


open_issue_on_failure:
Expand Down Expand Up @@ -1125,7 +1125,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 build.s
version: "3."
java-version: 8

Expand Down