From 878a8908a6d113cbb5abe7f21286709e8c9d27e2 Mon Sep 17 00:00:00 2001 From: Stephen Hand Date: Thu, 7 Nov 2024 12:57:23 +0000 Subject: [PATCH] Fix all prod deploy --- .github/workflows/global-production-release-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/global-production-release-tag.yml b/.github/workflows/global-production-release-tag.yml index 75b80ba7f..6d12bdc95 100644 --- a/.github/workflows/global-production-release-tag.yml +++ b/.github/workflows/global-production-release-tag.yml @@ -51,7 +51,7 @@ jobs: aws-region: ${{ secrets.AWS_DEFAULT_REGION }} source-git-reference-type: ${{ github.ref_type }} source-git-reference: ${{ github.ref_name }} - target-git-tag: ${{ imputs.tag-name }} + target-git-tag: ${{ inputs.tag-name }} # Send Slack notifying success - name: Slack aselo-deploys channel