Closed chedabob closed 3 years ago
step.yml
README.md
Requires a PATCH version update
Step is unable to install Heroku CLI via Brew on MacOS as the package location has changed.
Resolves: https://github.com/bitrise-steplib/steps-heroku-deploy/issues/7
Replaced the Brew package in the step.yml deps section with the new one (from Heroku's documentation https://devcenter.heroku.com/articles/heroku-cli)
deps
Thank you @chedabob for the contribution! 🚀
Checklist
step.yml
andREADME.md
is updated with the changes (if needed)Version
Requires a PATCH version update
Context
Step is unable to install Heroku CLI via Brew on MacOS as the package location has changed.
Resolves: https://github.com/bitrise-steplib/steps-heroku-deploy/issues/7
Changes
Replaced the Brew package in the step.yml
deps
section with the new one (from Heroku's documentation https://devcenter.heroku.com/articles/heroku-cli)Investigation details
Decisions