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 e2e3cb73 add workflow ci datetime
e2e3cb73 is described below
commit e2e3cb7365e1a868b95fe972a563f02d9a6997dc
Author: mfordjody <[email protected]>
AuthorDate: Sun Jun 1 08:50:52 2025 +0800
add workflow ci datetime
---
.github/workflows/dubbo-cp-release.yaml | 3 ++-
.github/workflows/dubboctl-release.yaml | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/dubbo-cp-release.yaml
b/.github/workflows/dubbo-cp-release.yaml
index b1931597..4846c4ec 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 }}"
+ release_name: "${{ github.ref_name }} / ${{
steps.get_date.outputs.date }}"
draft: false
prerelease: false
@@ -110,6 +110,7 @@ jobs:
tar -czvf ${FILENAME}.tar.gz -C build .
echo "name=${FILENAME}.tar.gz" >> $GITHUB_OUTPUT
fi
+
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
diff --git a/.github/workflows/dubboctl-release.yaml
b/.github/workflows/dubboctl-release.yaml
index 0aeb9dc0..0e65229c 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 }}"
+ release_name: "${{ github.ref_name }} / ${{
steps.get_date.outputs.date }}"
draft: false
prerelease: false