From f451f809fa2c3814c97c61c3d596963f1e0aaae4 Mon Sep 17 00:00:00 2001 From: Stefan Matting Date: Tue, 23 Jan 2024 11:15:54 +0100 Subject: [PATCH] fix: upgrade account-pages --- .github/workflows/test_build_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_build_deploy.yml b/.github/workflows/test_build_deploy.yml index 94add46a64..0049554159 100644 --- a/.github/workflows/test_build_deploy.yml +++ b/.github/workflows/test_build_deploy.yml @@ -252,7 +252,7 @@ jobs: git reset --hard @{upstream} build_json=$(cat ./build.json | \ - ./bin/set-chart-fields webapp \ + ./bin/set-chart-fields account-pages \ "version=$chart_version" \ "repo=https://s3-eu-west-1.amazonaws.com/public.wire.com/charts-webapp" \ "meta.appVersion=$image_tag" \