Skip to content

Commit 748a0af

Browse files
committed
eli-606 fixing release tagging
1 parent a7022eb commit 748a0af

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
@@ -353,8 +353,9 @@ jobs:
353353
id: release
354354
env:
355355
DEV_TAG: ${{ needs.validate.outputs.dev_tag }}
356-
RELEASE_TYPE: ${{ inputs.release_type }}
356+
INPUT_RELEASE_TYPE: ${{ inputs.release_type }}
357357
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
358+
ENVIRONMENT: preprod
358359
run: |
359360
pip install requests
360361
python scripts/workflow/tag_and_release.py

0 commit comments

Comments
 (0)