Fix release workflow branch policy env

This commit is contained in:
rcourtman 2026-04-04 15:13:16 +01:00
parent b577164a1d
commit c6de686cb4
3 changed files with 9 additions and 0 deletions

View file

@ -131,6 +131,7 @@ jobs:
env:
VERSION: ${{ steps.extract.outputs.version }}
TAG: ${{ steps.extract.outputs.tag }}
REQUIRED_BRANCH: ${{ steps.branch_policy.outputs.required_branch }}
IS_PRERELEASE: ${{ steps.extract.outputs.is_prerelease }}
PROMOTED_FROM_TAG_INPUT: ${{ github.event.inputs.promoted_from_tag }}
ROLLBACK_VERSION_INPUT: ${{ github.event.inputs.rollback_version }}