bitrise-steplib / steps-heroku-deploy

Deploy to Heroku
MIT License
1 stars 6 forks source link

fix: Heroku brew package has changed #10

Closed chedabob closed 3 years ago

chedabob commented 3 years ago

Checklist

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

ofalvai commented 3 years ago

Thank you @chedabob for the contribution! 🚀