From ed7816f3b1ac2eda70190d43a7db86968beef523 Mon Sep 17 00:00:00 2001 From: Brian Giori Date: Tue, 30 Jul 2024 08:49:28 -0700 Subject: [PATCH] chore: update release --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e2e271..c2d58ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,7 +91,6 @@ jobs: SIGNING_KEY: ${{ secrets.SIGNING_KEY }} run: | ./gradlew evaluation-core:publishKotlinMultiplatformPublicationToSonatypeRepository - ./gradlew evaluation-core:publishJvmPublicationToSonatypeRepository - name: Set Version (evaluation-interop) if: ${{ github.event.inputs.dryRun == 'false' && (github.event.inputs.releaseModule == 'evaluation-interop' || github.event.inputs.releaseModule == 'all') }}