Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
frodo-cli-next homebrew should always contain the latest and greatest (stable or pre-release)
  • Loading branch information
atomicsamurai authored Aug 13, 2024
1 parent e1a215a commit d62717c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ jobs:
env:
COMMITTER_TOKEN: ${{ secrets.PAT_HOMEBREW_FORMULA_REPO }}
- uses: mislav/bump-homebrew-formula-action@v3
if: ${{ fromJSON(needs.build.outputs.preRelease) }}
# if: ${{ fromJSON(needs.build.outputs.preRelease) }}
with:
formula-name: frodo-cli-next
formula-path: Formula/frodo-cli-next.rb
Expand Down

0 comments on commit d62717c

Please sign in to comment.