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 b26c8646 fix workflow v12
b26c8646 is described below

commit b26c8646fe520fd5302163a4090ab8efe665dd78
Author: mfordjody <[email protected]>
AuthorDate: Sat May 31 20:07:29 2025 +0800

    fix workflow v12
---
 .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 47c9b031..912b83f4 100644
--- a/.github/workflows/dubboctl-release.yaml
+++ b/.github/workflows/dubboctl-release.yaml
@@ -78,6 +78,9 @@ jobs:
       - name: Create Release
         id: create_release
         uses: actions/create-release@v1
+        with:
+          tag_name: ${{ github.ref_name }}
+          release_name: ${{ github.ref_name }}
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 

Reply via email to