From 75693d9c1402da13717abe841bd3d3b1e2848920 Mon Sep 17 00:00:00 2001 From: Shawn Yang Date: Fri, 14 Jun 2024 17:46:56 +0800 Subject: [PATCH] fix(java): fix snapshot jar upload (#1688) ## What does this PR do? Closes #1687 ## Related issues ## Does this PR introduce any user-facing change? - [ ] Does this PR introduce any public API change? - [ ] Does this PR introduce any binary protocol compatibility change? ## Benchmark --- .github/workflows/release-java-snapshot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-java-snapshot.yaml b/.github/workflows/release-java-snapshot.yaml index 15f79575ea..a267e484cb 100644 --- a/.github/workflows/release-java-snapshot.yaml +++ b/.github/workflows/release-java-snapshot.yaml @@ -26,7 +26,7 @@ on: jobs: publish-java: runs-on: ubuntu-latest - if: github.repository == 'apache/incabator-fury' + if: github.repository == 'apache/fury' steps: - uses: actions/checkout@v4 - name: Set up Maven Central Repository