From 33aaddbbca49fe1adbbe8222c4ef68a4ddddff36 Mon Sep 17 00:00:00 2001 From: Markus Rudy Date: Tue, 19 Dec 2023 17:50:43 +0100 Subject: [PATCH] ci: correctly pass branch names in on-release workflow --- .github/workflows/on-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index fbcf40ea8..4861c0800 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -126,4 +126,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}"