Skip to content

Commit

Permalink
Update package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jandroav authored Sep 5, 2024
1 parent e3fce7f commit aaaecba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
fi
- name: Update Homebrew formula for ${{ inputs.artifactId }}
if: ${{ env.PR_EXISTS == false && inputs.dry_run == false }}
if: ${{ env.PR_EXISTS == 'false' && inputs.dry_run == false }}
uses: mislav/bump-homebrew-formula-action@v3
with:
formula-name: liquibase
Expand Down

0 comments on commit aaaecba

Please sign in to comment.