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 5abc440b pre release v0.1.0
5abc440b is described below
commit 5abc440b0a34db1e0e7896ce304089550125a21e
Author: mfordjody <[email protected]>
AuthorDate: Mon Jun 2 09:53:14 2025 +0800
pre release v0.1.0
---
.github/workflows/release.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 2cfedb0d..835b3392 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -61,7 +61,7 @@ jobs:
release_name: "${{ github.ref_name }}"
body: |
⚠️ This is a pre release version。
- draft: true
+ draft: false
prerelease: true
build_and_upload:
@@ -76,7 +76,7 @@ jobs:
- goos: darwin
goarch: 386
- goos: windows
- goarch: arm64 # 可选排除,如果不支持
+ goarch: arm64
steps:
- name: Checkout code