Skip to content

Commit

Permalink
chore: change the branch name for comparision
Browse files Browse the repository at this point in the history
  • Loading branch information
pawellewandowski98 committed Nov 7, 2024
1 parent 108ef54 commit 209f63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 209f63e

Please sign in to comment.