From f4afc98c7017b91771456f3617357cd999a16669 Mon Sep 17 00:00:00 2001 From: Francisco Arceo Date: Wed, 5 Feb 2025 11:03:02 -0500 Subject: [PATCH] chore: Remove java release from publish workflow (#5016) * chore: Graduating some maintainers to Emeritus Signed-off-by: Francisco Javier Arceo * chore: Removing Java SDK Publish as it has been broken for several releases and no one has inquired about it Signed-off-by: Francisco Javier Arceo * removing maintainers file change Signed-off-by: Francisco Javier Arceo --------- Signed-off-by: Francisco Javier Arceo --- .github/workflows/publish.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 85c7c0e914..3526ef4cd7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -50,11 +50,3 @@ jobs: with: custom_version: ${{ github.event.inputs.custom_version }} token: ${{ github.event.inputs.token }} - - publish-java-sdk: - uses: ./.github/workflows/publish_java_sdk.yml - needs: [ publish-python-sdk ] - secrets: inherit - with: - custom_version: ${{ github.event.inputs.custom_version }} - token: ${{ github.event.inputs.token }}