From 33d9780b3a51e3cad0b11b4a9ee6954d3952c8c4 Mon Sep 17 00:00:00 2001 From: tyiuhc Date: Tue, 29 Oct 2024 13:56:56 -0700 Subject: [PATCH] fix release.yml --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab6aab3..99842c2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,6 +90,7 @@ jobs: SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }} SIGNING_KEY: ${{ secrets.SIGNING_KEY }} run: | + ./gradlew evaluation-core:publishKotlinMultiplatformPublicationToSonatypeRepository ./gradlew evaluation-core:publishJvmPublicationToSonatypeRepository - name: Set Version (evaluation-interop)