This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fury.git


The following commit(s) were added to refs/heads/main by this push:
     new 75693d9c fix(java): fix snapshot jar upload (#1688)
75693d9c is described below

commit 75693d9c1402da13717abe841bd3d3b1e2848920
Author: Shawn Yang <[email protected]>
AuthorDate: Fri Jun 14 17:46:56 2024 +0800

    fix(java): fix snapshot jar upload (#1688)
    
    ## What does this PR do?
    
    Closes #1687
    
    ## Related issues
    
    <!--
    Is there any related issue? Please attach here.
    
    - #xxxx0
    - #xxxx1
    - #xxxx2
    -->
    
    
    ## Does this PR introduce any user-facing change?
    
    <!--
    If any user-facing interface changes, please [open an
    issue](https://github.com/apache/fury/issues/new/choose) describing the
    need to do so and update the document if necessary.
    -->
    
    - [ ] Does this PR introduce any public API change?
    - [ ] Does this PR introduce any binary protocol compatibility change?
    
    
    ## Benchmark
    
    <!--
    When the PR has an impact on performance (if you don't know whether the
    PR will have an impact on performance, you can submit the PR first, and
    if it will have impact on performance, the code reviewer will explain
    it), be sure to attach a benchmark data here.
    -->
---
 .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 15f79575..a267e484 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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to