From 3cb1ef58260947118a473b22edcaf2e874480e9f Mon Sep 17 00:00:00 2001 From: Sam Seed Date: Fri, 6 Oct 2023 18:10:19 +0100 Subject: [PATCH] Pass release_tag to aws_deploy (for staging) --- .github/workflows/staging_pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/staging_pipeline.yml b/.github/workflows/staging_pipeline.yml index 1b98c8809..688a059bf 100644 --- a/.github/workflows/staging_pipeline.yml +++ b/.github/workflows/staging_pipeline.yml @@ -37,5 +37,6 @@ jobs: aws_account_id: 977287343304 aws_resource_prefix: core-prod environment: production + release_tag: ${{ needs.test.outputs.releasetag }} permissions: id-token: write