From 820d2c54e7ac2a35748b68a650bf6641b06d7fed Mon Sep 17 00:00:00 2001 From: robcxyz Date: Mon, 22 Nov 2021 18:15:12 -0800 Subject: [PATCH] chore: fix ci prod [ci skip] --- .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 e2ef4a9..aebb93c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -234,6 +234,6 @@ jobs: - name: Push tags run: | git tag -f metrics-prod-uswest2 - git tag -f metrics-prod-euwest2 + git tag -f metrics-prod-euwest1 git push -f origin --tags working-directory: charts