From 52876d490277616e7ffe5c81029c69cb1bbc1816 Mon Sep 17 00:00:00 2001 From: Alexey Novakov Date: Tue, 14 Oct 2025 21:48:47 +0300 Subject: [PATCH] do not create next tag, but release new ly pushed --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 393bd3e..6771a31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - run: echo $PGP_SECRET | base64 --decode | gpg --batch --import env: PGP_SECRET: ${{ secrets.PGP_SECRET }} - - run: sbt test ciReleaseSkipIfAlreadyReleased ciReleaseTagNextVersion ciReleaseSonatype + - run: sbt test ciReleaseSkipIfAlreadyReleased ciReleaseSonatype env: SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }} SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }} \ No newline at end of file