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 d7c0fd3e fix workflow
d7c0fd3e is described below
commit d7c0fd3ea978f80073c32e7f4eeaee3733af35f7
Author: mfordjody <[email protected]>
AuthorDate: Sat May 31 18:03:13 2025 +0800
fix workflow
---
.github/workflows/dubboctl-release.yaml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/dubboctl-release.yaml
b/.github/workflows/dubboctl-release.yaml
index f259245a..788c9342 100644
--- a/.github/workflows/dubboctl-release.yaml
+++ b/.github/workflows/dubboctl-release.yaml
@@ -22,7 +22,7 @@ name: dubboctl Release
on:
push:
tags:
- - 'dubboctl/**'
+ - 'dubboctl-**'
release:
types: [published]
@@ -76,6 +76,7 @@ jobs:
fi
- name: Upload release asset
+ if: github.event_name == 'release'
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}