From 90040c0475d926c726eb502030b5c8f72668b1d1 Mon Sep 17 00:00:00 2001 From: Karan Batavia Date: Tue, 28 May 2024 00:44:51 +0530 Subject: [PATCH] run sbt publish separately --- .github/workflows/gh_release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh_release.yml b/.github/workflows/gh_release.yml index f4b8893f..da916ae9 100644 --- a/.github/workflows/gh_release.yml +++ b/.github/workflows/gh_release.yml @@ -22,6 +22,9 @@ jobs: ~/.sbt ~/.coursier key: ${{ runner.os }}-sbt-${{ hashfiles('**/build.sbt') }} - - run: sbt +test ciReleaseTagNextVersion ++3.4.1 publish + - run: sbt +test ciReleaseTagNextVersion env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - run: sbt ++3.4.1 publish + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}