Skip to content

Commit 12f4e1f

Browse files
authored
Merge pull request #567 from NHSDigital/bugfix/eja-eli-606-fixing-terraform-calls
eli-606 fixing release tagging
2 parents 6abac06 + dfd4e19 commit 12f4e1f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-candidate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,9 @@ jobs:
355355
id: release
356356
env:
357357
DEV_TAG: ${{ needs.validate.outputs.dev_tag }}
358-
RELEASE_TYPE: ${{ inputs.release_type }}
358+
INPUT_RELEASE_TYPE: ${{ inputs.release_type }}
359359
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
360+
ENVIRONMENT: preprod
360361
run: |
361362
pip install requests
362363
python scripts/workflow/tag_and_release.py

0 commit comments

Comments
 (0)