From 34c11dd9ad8b31945d0bf0288a75316fe534a2ad Mon Sep 17 00:00:00 2001 From: Artur Jarosz Date: Fri, 28 Feb 2025 21:12:16 +0100 Subject: [PATCH] TA-511 Fixing branch not set properly --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 552d1717..0c092e70 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -112,8 +112,11 @@ jobs: check-current-branch: runs-on: ubuntu-22.04 + outputs: + BRANCH: ${{ steps.check_branch.outputs.BRANCH }} steps: - name: check branch + id: check_branch shell: bash run: | echo "Setting up branch name"