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 1ed591d0 fix workflow ci
1ed591d0 is described below

commit 1ed591d05b92e7d249509db5db60530059399a54
Author: mfordjody <[email protected]>
AuthorDate: Sun Jun 1 09:00:18 2025 +0800

    fix workflow ci
---
 .github/workflows/dubbo-cp-release.yaml | 2 +-
 .github/workflows/dubboctl-release.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/dubbo-cp-release.yaml 
b/.github/workflows/dubbo-cp-release.yaml
index 4846c4ec..2c5f6b12 100644
--- a/.github/workflows/dubbo-cp-release.yaml
+++ b/.github/workflows/dubbo-cp-release.yaml
@@ -58,7 +58,7 @@ jobs:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         with:
           tag_name: ${{ github.ref_name }}
-          release_name: "${{ github.ref_name }} / ${{ 
steps.get_date.outputs.date }}"
+          release_name: "${{ github.ref_name }}"
           draft: false
           prerelease: false
 
diff --git a/.github/workflows/dubboctl-release.yaml 
b/.github/workflows/dubboctl-release.yaml
index 0e65229c..0aeb9dc0 100644
--- a/.github/workflows/dubboctl-release.yaml
+++ b/.github/workflows/dubboctl-release.yaml
@@ -58,7 +58,7 @@ jobs:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         with:
           tag_name: ${{ github.ref_name }}
-          release_name: "${{ github.ref_name }} / ${{ 
steps.get_date.outputs.date }}"
+          release_name: "${{ github.ref_name }}"
           draft: false
           prerelease: false
 

Reply via email to