This is an automated email from the ASF dual-hosted git repository.
zhongxjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
The following commit(s) were added to refs/heads/master by this push:
new 124cb345 fix workflow v19
124cb345 is described below
commit 124cb345b29359800c0af035d32d9b4853c74564
Author: mfordjody <[email protected]>
AuthorDate: Sat May 31 21:14:59 2025 +0800
fix workflow v19
---
.github/workflows/dubboctl-release.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/dubboctl-release.yaml
b/.github/workflows/dubboctl-release.yaml
index 0d3c7a32..18e94bfd 100644
--- a/.github/workflows/dubboctl-release.yaml
+++ b/.github/workflows/dubboctl-release.yaml
@@ -22,7 +22,7 @@ name: dubboctl Release
on:
push:
tags:
- - 'dubboctl-*'
+ - 'v*'
jobs:
release: