Skip to content

Commit

Permalink
fix(ci): install heroku cli
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Oct 9, 2024
1 parent c47255f commit a2406e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- name: checkout
uses: actions/checkout@v2

- name: install heroku cli
run: curl https://cli-assets.heroku.com/install-ubuntu.sh | sh

- name: heroku registry login
run: heroku container:login

Expand Down

0 comments on commit a2406e0

Please sign in to comment.