From e51690379e6985b83f34ea8d793892a58578dff1 Mon Sep 17 00:00:00 2001 From: Karan Batavia Date: Sat, 25 May 2024 00:06:11 +0530 Subject: [PATCH] 3.x for publish --- .github/workflows/gh_release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh_release.yml b/.github/workflows/gh_release.yml index 1dbda9ed..6c785bc7 100644 --- a/.github/workflows/gh_release.yml +++ b/.github/workflows/gh_release.yml @@ -21,6 +21,7 @@ jobs: ~/.sbt ~/.coursier key: ${{ runner.os }}-sbt-${{ hashfiles('**/build.sbt') }} - - run: sbt ++3.4.1 ciReleaseTagNextVersion publish + - run: sbt ciReleaseTagNextVersion + - run: sbt ++3.4.1 publish env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}