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 919e00da [chore] fix workflow v2
919e00da is described below
commit 919e00da58f9546f835093be73c101cf2d229927
Author: mfordjody <[email protected]>
AuthorDate: Sat May 31 17:51:26 2025 +0800
[chore] fix workflow v2
---
.github/workflows/dubboctl-release.yaml | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/dubboctl-release.yaml
b/.github/workflows/dubboctl-release.yaml
index c6388af0..f259245a 100644
--- a/.github/workflows/dubboctl-release.yaml
+++ b/.github/workflows/dubboctl-release.yaml
@@ -20,6 +20,9 @@
name: dubboctl Release
on:
+ push:
+ tags:
+ - 'dubboctl/**'
release:
types: [published]
@@ -31,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- goos: [linux, darwin, windows]
+ goos: [linux, darwin]
goarch: [386, amd64, arm64]
exclude:
- goos: darwin
@@ -59,10 +62,6 @@ jobs:
cp README.md LICENSE build/
mv bin/dubboctl* build/
- - name: Rename on Windows
- if: matrix.goos == 'windows'
- run: mv build/dubboctl build/dubboctl.exe
-
- name: Create package
id: package
run: |