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 cb2dd325 fix workflow v22
cb2dd325 is described below

commit cb2dd3255c71e64c956660710a7c2735318cc4b9
Author: mfordjody <[email protected]>
AuthorDate: Sat May 31 22:54:47 2025 +0800

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

diff --git a/.github/workflows/dubboctl-release.yaml 
b/.github/workflows/dubboctl-release.yaml
index 2777631b..dc47e686 100644
--- a/.github/workflows/dubboctl-release.yaml
+++ b/.github/workflows/dubboctl-release.yaml
@@ -85,6 +85,7 @@ jobs:
 
       - name: Package files
         id: package
+        shell: bash
         run: |
           VERSION=${GITHUB_REF#refs/tags/}
           FILENAME=dubboctl-${VERSION}-${{ matrix.goos }}-${{ matrix.goarch }}

Reply via email to