diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index 20742b691..b7db6067d 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -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}"