From 209f63e3672e4f5c8af3c728614b037e1bd14710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Lewandowski?= Date: Thu, 7 Nov 2024 10:40:15 +0100 Subject: [PATCH] chore: change the branch name for comparision --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6c184ab5f..d24ad49c7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,7 @@ jobs: goreleaser: runs-on: ubuntu-latest needs: check - if: ${{ needs.check.outputs.branch == 'fix/check-branch-in-release-action' }} + if: ${{ needs.check.outputs.branch == 'check-branch-in-release-action' }} steps: - name: Checkout uses: actions/checkout@v4