Skip to content

Commit

Permalink
fix(java): fix snapshot jar upload (#1688)
Browse files Browse the repository at this point in the history
## 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.
-->
  • Loading branch information
chaokunyang authored Jun 14, 2024
1 parent 0251df0 commit 75693d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-java-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75693d9

Please sign in to comment.