runfinch / finch

The Finch CLI is an open source client for container development
https://www.runfinch.com
Apache License 2.0
3.48k stars 87 forks source link

ci: release-homebrew workflow updated to remove the --force option in… #828

Closed mharwani closed 4 months ago

mharwani commented 4 months ago

… PR bump

Issue #, if available:

Description of changes: The latest release of Homebrew does not allow forcing multiple PRs (https://github.com/Homebrew/brew/pull/16664). This causes the release-homebrew workflow to fail as it uses the --force option in bump-cask-pr command which is disabled as of brew version 4.2.9. This PR removes the --force flag to fix the workflow step.

Recent Homebrew workflow failure: https://github.com/runfinch/finch/actions/runs/7997204281/job/21841199683

Testing done:

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.