From f46d9ccdfb52a5f555d433d95874743f61f0393c Mon Sep 17 00:00:00 2001 From: brharrington Date: Fri, 1 Mar 2024 08:08:17 -0600 Subject: [PATCH] avoid double publishing of artifacts (#1617) The `+` on publishSigned will handle the publishing of all scala versions. --- .github/workflows/release.yml | 1 - .github/workflows/snapshot.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c201189f1..eb10c0884 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,5 +32,4 @@ jobs: run: | git fetch --unshallow --tags cat /dev/null | project/sbt ++2.13.13 clean test +publishSigned - cat /dev/null | project/sbt ++3.4.0 clean test +publishSigned cat /dev/null | project/sbt sonatypeBundleRelease diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index d5b2c7b86..8b12ff4f4 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -32,4 +32,3 @@ jobs: run: | git fetch --unshallow --tags cat /dev/null | project/sbt ++2.13.13 clean test +publishSigned - cat /dev/null | project/sbt ++3.4.0 clean test +publishSigned