mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-10 03:51:54 +00:00
Fix release workflow branch policy env
This commit is contained in:
parent
b577164a1d
commit
c6de686cb4
3 changed files with 9 additions and 0 deletions
1
.github/workflows/create-release.yml
vendored
1
.github/workflows/create-release.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue