This is an automated email from the ASF dual-hosted git repository. erickguan pushed a commit to branch publish-ruby-binding in repository https://gitbox.apache.org/repos/asf/opendal.git
commit 003ad63d98b47e57ccc28624394095da0aa57c17 Author: Erick Guan <297343+erickg...@users.noreply.github.com> AuthorDate: Fri Aug 29 23:11:48 2025 +0200 chore(bindings): align workflow names --- .github/workflows/release_dart.yml | 2 +- .github/workflows/release_nodejs.yml | 2 +- .github/workflows/release_python.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_dart.yml b/.github/workflows/release_dart.yml index bfc3762e9..4953263aa 100644 --- a/.github/workflows/release_dart.yml +++ b/.github/workflows/release_dart.yml @@ -17,7 +17,7 @@ # This workflow is used for publish all rust based packages -name: Release Dart +name: Release Dart Binding on: push: diff --git a/.github/workflows/release_nodejs.yml b/.github/workflows/release_nodejs.yml index 59b3a8c11..2797b1443 100644 --- a/.github/workflows/release_nodejs.yml +++ b/.github/workflows/release_nodejs.yml @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -name: Release NodeJS +name: Release NodeJS Binding on: push: diff --git a/.github/workflows/release_python.yml b/.github/workflows/release_python.yml index 516d4ad42..ccb0d7dcd 100644 --- a/.github/workflows/release_python.yml +++ b/.github/workflows/release_python.yml @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -name: Release Python +name: Release Python Binding on: push: