From 6bd2a18ec715f10965ba3a2b9257cc5a36f850cc Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Mon, 9 Oct 2023 11:35:25 +0200 Subject: [PATCH] build: Remove double 2.13 publish (#1852) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2c169d6de..bf89b54aa 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,7 +29,7 @@ jobs: - name: Publish run: |- sbt +publishSigned - CI_RELEASE=akka-grpc-codegen/publishSigned CI_SNAPSHOT_RELEASE=akka-grpc-codegen/publish sbt ++2.13.10\! publishSigned + CI_RELEASE=akka-grpc-codegen/publishSigned CI_SNAPSHOT_RELEASE=akka-grpc-codegen/publish env: PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }} PGP_SECRET: ${{ secrets.PGP_SECRET }}