This is an automated email from the ASF dual-hosted git repository. erickguan pushed a commit to branch fix-typo in repository https://gitbox.apache.org/repos/asf/opendal.git
commit 9678d31f283ab920da4e00fc04315ce9d6bee858 Author: Erick Guan <297343+erickg...@users.noreply.github.com> AuthorDate: Mon Sep 22 13:09:32 2025 +0200 Fix typo in Ruby release workflow --- .github/workflows/release_ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_ruby.yml b/.github/workflows/release_ruby.yml index ea3371b5f..16926ea28 100644 --- a/.github/workflows/release_ruby.yml +++ b/.github/workflows/release_ruby.yml @@ -145,7 +145,7 @@ jobs: publish: if: >- - (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master') || + (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main') || (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, '-')) needs: [build, build-native] runs-on: ubuntu-latest