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 fa81c3e1 fix workflow v2
fa81c3e1 is described below

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

    fix workflow v2
---
 .github/workflows/dubboctl-release.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/dubboctl-release.yaml 
b/.github/workflows/dubboctl-release.yaml
index 788c9342..f797c15d 100644
--- a/.github/workflows/dubboctl-release.yaml
+++ b/.github/workflows/dubboctl-release.yaml
@@ -65,7 +65,7 @@ jobs:
       - name: Create package
         id: package
         run: |
-          VERSION=${GITHUB_REF#refs/tags/dubboctl/}
+          VERSION=${GITHUB_REF#refs/tags/}
           FILENAME=dubboctl-${VERSION}-${{ matrix.goos }}-${{ matrix.goarch }}
           if [ "${{ matrix.goos }}" = "windows" ]; then
             zip -j ${FILENAME}.zip build/*

Reply via email to