We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6abac06 + dfd4e19 commit 12f4e1fCopy full SHA for 12f4e1f
1 file changed
.github/workflows/release-candidate.yml
@@ -355,8 +355,9 @@ jobs:
355
id: release
356
env:
357
DEV_TAG: ${{ needs.validate.outputs.dev_tag }}
358
- RELEASE_TYPE: ${{ inputs.release_type }}
+ INPUT_RELEASE_TYPE: ${{ inputs.release_type }}
359
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
360
+ ENVIRONMENT: preprod
361
run: |
362
pip install requests
363
python scripts/workflow/tag_and_release.py
0 commit comments