ci: correctly pass branch names in on-release workflow

This commit is contained in:
Markus Rudy 2023-12-19 17:50:43 +01:00 committed by Markus Rudy
parent 607aa6dbe1
commit 85a13fab19

View File

@ -130,4 +130,6 @@ jobs:
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Remove temporary branch
env:
WORKING_BRANCH: ${{needs.complete-release-branch-transaction.outputs.WORKING_BRANCH}}
run: git push origin --delete "${WORKING_BRANCH}"