This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to tag v0.10.0 in repository https://gitbox.apache.org/repos/asf/fury.git
commit 8d0272204d3637f091d47b4c6faf617495e9ffe6 Author: chaokunyang <[email protected]> AuthorDate: Thu Feb 6 21:34:27 2025 +0800 fix install bazel --- .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 f12e1ed1..866697fe 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -44,9 +44,9 @@ jobs: shell: bash run: | if [ "$RUNNER_OS" == "Windows" ]; then - ../ci/run_ci.sh install_bazel_windows + ci/run_ci.sh install_bazel_windows else - ../ci/run_ci.sh install_bazel + ci/run_ci.sh install_bazel fi - name: Update version in setup.py run: ci/deploy.sh bump_py_version --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
