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 8c683cff [chore] test ci release tag (#725)
8c683cff is described below
commit 8c683cffe470387e8ab5b118debf2e7f6664cd4c
Author: Jian Zhong <[email protected]>
AuthorDate: Sat May 31 17:06:30 2025 +0800
[chore] test ci release tag (#725)
---
.github/workflows/dubboctl-release.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/dubboctl-release.yaml
b/.github/workflows/dubboctl-release.yaml
index 26a0f104..717b9c01 100644
--- a/.github/workflows/dubboctl-release.yaml
+++ b/.github/workflows/dubboctl-release.yaml
@@ -20,6 +20,9 @@
name: dubboctl Release
on:
+ push:
+ tags:
+ - 'dubboctl/**'
release:
types: [published]