This is an automated email from the ASF dual-hosted git repository. zhongxjian pushed a commit to tag dubboctl-v0.1.0-rc in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
commit 57ffdf0aa73744ba014e0442b5e27940569c247e Author: mfordjody <[email protected]> AuthorDate: Sat May 31 18:55:16 2025 +0800 fix workflow v6 --- .github/workflows/dubboctl-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dubboctl-release.yaml b/.github/workflows/dubboctl-release.yaml index 2be6fa92..15aa050d 100644 --- a/.github/workflows/dubboctl-release.yaml +++ b/.github/workflows/dubboctl-release.yaml @@ -24,10 +24,10 @@ on: tags: - 'dubboctl-**' release: - types: [published] + types: [created, published] jobs: - release: + build-go-binary: name: Release dubboctl permissions: contents: write
