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 e7bfc1a8 [chore] fix workflow
e7bfc1a8 is described below

commit e7bfc1a87eb09c4ab3df1ff87a70c796349272fd
Author: mfordjody <[email protected]>
AuthorDate: Sat May 31 17:35:19 2025 +0800

    [chore] fix workflow
---
 .github/workflows/dubboctl-release.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/dubboctl-release.yaml 
b/.github/workflows/dubboctl-release.yaml
index b259f720..69547c3b 100644
--- a/.github/workflows/dubboctl-release.yaml
+++ b/.github/workflows/dubboctl-release.yaml
@@ -32,6 +32,7 @@ jobs:
     permissions:
       contents: write
     runs-on: ubuntu-latest
+    if: startsWith(github.event.release.tag_name, 'dubboctl/')
     strategy:
       matrix:
         goos: [linux, darwin, windows]

Reply via email to