Skip to content

Commit

Permalink
Separate step for storage service publising (#4504)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergrabinski authored Nov 16, 2023
1 parent 693db72 commit 7471daf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-release-sonatype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ jobs:
java-version: '17'
check-latest: true
- name: Publish To Sonatype
run: sbt -Dsbt.color=always -Dsbt.supershell=false ci-release \
storage/Universal/publish
run: sbt -Dsbt.color=always -Dsbt.supershell=false ci-release
- name: Publish Storage Service to Sonatype
run: sbt -Dsbt.color=always -Dsbt.supershell=false storage/Universal/publish

0 comments on commit 7471daf

Please sign in to comment.