From 123e2c5fcf98383e432d6cd9b6a020e0ffde0c8c Mon Sep 17 00:00:00 2001 From: maancham Date: Wed, 31 Jul 2024 20:58:13 -0400 Subject: [PATCH] chore: run for gateway-v1.0.0 --- .github/workflows/push-to-r2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-to-r2.yaml b/.github/workflows/push-to-r2.yaml index 155947595..415e19a02 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=coordinator-v1.0.0" >> $GITHUB_OUTPUT + echo "tag=gateway-v1.0.0" >> $GITHUB_OUTPUT - name: Check for release information from tag