From 54d4d83b51263b2b77bf3c28fb7701d3f8ce07e3 Mon Sep 17 00:00:00 2001 From: Sebastian Scatularo Date: Tue, 28 Nov 2023 17:25:24 -0300 Subject: [PATCH] update build inputs to allow build from a connect tag --- .github/workflows/production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 1a5a5cdb2..d58d39b77 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -17,7 +17,7 @@ jobs: uses: ./.github/workflows/build.yml with: name: prod - connect-branch: portal-bridge + connect-branch: production@0.1.5 advanced-tools-branch: advanced-tools environment: ${{inputs.environment}} secrets: inherit