From 031572dd2955fc03940d463090ffd5c70af875fe Mon Sep 17 00:00:00 2001 From: maancham Date: Mon, 8 Jul 2024 15:15:49 -0400 Subject: [PATCH] chore: run for multisig-v0.4.1 tag --- .github/workflows/push-to-r2.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-to-r2.yaml b/.github/workflows/push-to-r2.yaml index aca4165f5..ce3924007 100644 --- a/.github/workflows/push-to-r2.yaml +++ b/.github/workflows/push-to-r2.yaml @@ -34,8 +34,8 @@ jobs: - name: Determine branch and commit hash id: get-branch-and-commit run: | - commit_hash="ce7ab9f" - echo "branch=fix/coordinator_contract_address" >> $GITHUB_OUTPUT + commit_hash="afaf1bc" + echo "branch=multisig-v0.4.1" >> $GITHUB_OUTPUT echo "commit_hash=$commit_hash" >> $GITHUB_OUTPUT - name: Checkout code