mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Remove --version
from brew release workflow (#1233)
Homebrew doesn't like explicitly declaring a version for a formula (it prefers to infer it from the url), and will throw an error on PRs. So, this removes that part of the workflow.
This commit is contained in:
parent
e23909881a
commit
305127137a
1 changed files with 0 additions and 1 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
@ -188,7 +188,6 @@ jobs:
|
|||
brew bump-formula-pr "${FORMULA_NAME}"
|
||||
--url $(jq ".releases[\"${PYPI_VERSION}\"][1].url" -r api_response.json)
|
||||
--sha256 $(jq ".releases[\"${PYPI_VERSION}\"][1].digests.sha256" -r api_response.json)
|
||||
--version=$PYPI_VERSION
|
||||
--no-audit
|
||||
--write
|
||||
--force
|
||||
|
|
Loading…
Add table
Reference in a new issue