Skip to content

Commit

Permalink
Install Heroku CLI before building.
Browse files Browse the repository at this point in the history
  • Loading branch information
anolson committed Feb 17, 2025
1 parent 65d4d30 commit 7cad3e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v1

- name: Install Heroku CLI
run: curl https://cli-assets.heroku.com/install.sh | sh

- name: Login to Heroku container registry
run: heroku container:login

Expand All @@ -68,6 +71,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v1

- name: Install Heroku CLI
run: curl https://cli-assets.heroku.com/install.sh | sh

- name: Login to Heroku container registry
run: heroku container:login

Expand Down

0 comments on commit 7cad3e1

Please sign in to comment.