Skip to content

Commit

Permalink
chore: Remove java release from publish workflow (#5016)
Browse files Browse the repository at this point in the history
* chore: Graduating some maintainers to Emeritus

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>

* 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 <farceo@redhat.com>

* removing maintainers file change

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>

---------

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
  • Loading branch information
franciscojavierarceo authored Feb 5, 2025
1 parent b9325b7 commit f4afc98
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit f4afc98

Please sign in to comment.