This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-vector-index.git
The following commit(s) were added to refs/heads/main by this push:
new 22e4990 ci: deploy Java staging only for RC tags (#45)
22e4990 is described below
commit 22e4990182467401a2f12b4917b0f0ee1e311fbe
Author: XiaoHongbo <[email protected]>
AuthorDate: Sat Jun 13 15:04:48 2026 +0800
ci: deploy Java staging only for RC tags (#45)
---
.github/workflows/release-java.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release-java.yml
b/.github/workflows/release-java.yml
index 00f00d5..a87122d 100644
--- a/.github/workflows/release-java.yml
+++ b/.github/workflows/release-java.yml
@@ -120,7 +120,7 @@ jobs:
path: target/${{ matrix.target }}/release/${{ matrix.lib_name }}
deploy-staging:
- if: github.repository == 'apache/paimon-vector-index' &&
startsWith(github.ref, 'refs/tags/')
+ if: github.repository == 'apache/paimon-vector-index' &&
startsWith(github.ref, 'refs/tags/') && contains(github.ref_name, '-rc')
runs-on: ubuntu-latest
needs: [build-native]
steps: