From 0b2fb2ac32eee91c30da9f4ea653f477a63a9b44 Mon Sep 17 00:00:00 2001 From: Daniel Slapman Date: Sun, 22 Sep 2024 15:47:52 +0200 Subject: [PATCH] Update release command --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9635976..d052317 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: PGP_SECRET: ${{ secrets.PGP_SECRET }} SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }} SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }} - run: sbt ci-release + run: sbt "root2_12/ci-release; root/ci-release; root3/ci-release" ci-passed: runs-on: ubuntu-latest