fix(ci): install heroku cli (#157)

This commit is contained in:
Ethan Mosbaugh
2024-10-09 14:04:39 -05:00
committed by GitHub
parent c47255f5a0
commit 1cb3f4e0f7

View File

@@ -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