diff --git a/.github/workflows/push-to-r2.yaml b/.github/workflows/push-to-r2.yaml index 415e19a02..9f96d3282 100644 --- a/.github/workflows/push-to-r2.yaml +++ b/.github/workflows/push-to-r2.yaml @@ -27,7 +27,7 @@ jobs: - name: Get tag id: get-tag run: | - echo "tag=gateway-v1.0.0" >> $GITHUB_OUTPUT + echo "tag=multisig-prover-v1.0.0" >> $GITHUB_OUTPUT - name: Check for release information from tag