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-mosaic.git
The following commit(s) were added to refs/heads/main by this push:
new 562d167 ci: deploy Java staging only for RC tags (#63)
562d167 is described below
commit 562d1670cfe53c91583acb04451c1478a0b8ee05
Author: XiaoHongbo <[email protected]>
AuthorDate: Tue Jun 16 16:57:16 2026 +0800
ci: deploy Java staging only for RC tags (#63)
---
.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 ba8b42f..7089190 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-mosaic' && startsWith(github.ref,
'refs/tags/')
+ if: github.repository == 'apache/paimon-mosaic' && startsWith(github.ref,
'refs/tags/') && contains(github.ref_name, '-rc')
runs-on: ubuntu-latest
needs: [build-native]
steps: