Skip to content

Commit f4afc98

Browse files
chore: Remove java release from publish workflow (#5016)
* chore: Graduating some maintainers to Emeritus Signed-off-by: Francisco Javier Arceo <[email protected]> * 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 <[email protected]> * removing maintainers file change Signed-off-by: Francisco Javier Arceo <[email protected]> --------- Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent b9325b7 commit f4afc98

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/publish.yml

-8
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,3 @@ jobs:
5050
with:
5151
custom_version: ${{ github.event.inputs.custom_version }}
5252
token: ${{ github.event.inputs.token }}
53-
54-
publish-java-sdk:
55-
uses: ./.github/workflows/publish_java_sdk.yml
56-
needs: [ publish-python-sdk ]
57-
secrets: inherit
58-
with:
59-
custom_version: ${{ github.event.inputs.custom_version }}
60-
token: ${{ github.event.inputs.token }}

0 commit comments

Comments
 (0)