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 5445a7b4 fix workflow v15
5445a7b4 is described below

commit 5445a7b4dc537a5b5f026237e8a9ffa95638cf01
Author: mfordjody <[email protected]>
AuthorDate: Sat May 31 20:33:26 2025 +0800

    fix workflow v15
---
 .github/workflows/dubboctl-release.yaml | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/.github/workflows/dubboctl-release.yaml 
b/.github/workflows/dubboctl-release.yaml
index 9711d1d0..0d3c7a32 100644
--- a/.github/workflows/dubboctl-release.yaml
+++ b/.github/workflows/dubboctl-release.yaml
@@ -61,15 +61,6 @@ jobs:
           cp README.md LICENSE build/
           mv bin/dubboctl* build/
 
-      - name: Create Release
-        id: create_release
-        uses: actions/create-release@v1
-        with:
-          tag_name: ${{ github.ref_name }}
-          release_name: ${{ github.ref_name }}
-          draft: false
-          prerelease: false
-
       - name: Create package
         id: package
         run: |
@@ -86,7 +77,7 @@ jobs:
       - name: Upload Release Asset
         uses: actions/upload-release-asset@v1
         with:
-          upload_url: ${{ steps.create_release.outputs.upload_url }}
+          upload_url: ${{ github.event.release.upload_url }}
           asset_path: ./build/${{ steps.package.outputs.name }}
           asset_name: ${{ steps.package.outputs.name }}
           asset_content_type: application/octet-stream

Reply via email to