Skip to content

Commit

Permalink
Merge pull request #2601 from techmatters/SJH-deploy_fix
Browse files Browse the repository at this point in the history
Fix all prod deploy
  • Loading branch information
stephenhand authored Nov 7, 2024
2 parents 9752c9d + 878a890 commit e15f915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/global-production-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e15f915

Please sign in to comment.