From 70ecff51385fd0ada150a0e093f42d31bd04f8ee Mon Sep 17 00:00:00 2001 From: Cocoa Date: Mon, 29 Apr 2024 04:09:31 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 492b73b..3f2910b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: steps: - name: fetch feat-mocks branch run: | - git clone --branch feat-mocks --depth 1 https://github.com/cocoa-xu/arrow-adbc.git + git clone --branch feat-mocks --depth 1 https://github.com/meowcraft-dev/arrow-adbc.git - uses: actions/setup-go@v5 with: