From 7471dafa48ad10c7db418d35f4310c78562bf7cb Mon Sep 17 00:00:00 2001 From: Oliver <20188437+olivergrabinski@users.noreply.github.com> Date: Thu, 16 Nov 2023 13:19:17 +0100 Subject: [PATCH] Separate step for storage service publising (#4504) --- .github/workflows/ci-release-sonatype.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-release-sonatype.yml b/.github/workflows/ci-release-sonatype.yml index f4f5f8e3af..95c8bd0272 100644 --- a/.github/workflows/ci-release-sonatype.yml +++ b/.github/workflows/ci-release-sonatype.yml @@ -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 \ No newline at end of file + 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 \ No newline at end of file