Skip to content

Commit

Permalink
Fix release branch conditional (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Dec 19, 2024
1 parent cff466a commit 6cd231d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/_generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,7 @@ jobs:
steps:
- id: branch
run: |
branch=""
if [ ${{ needs.temp-branch.outputs.name == '' || inputs.merge }}]
if [[ ${{ needs.temp-branch.outputs.name == '' || inputs.merge }} ]]
then
branch="${{ inputs.branch }}"
else
Expand Down

0 comments on commit 6cd231d

Please sign in to comment.