From a2406e05d22199d4dfcf38b494edac0603859311 Mon Sep 17 00:00:00 2001 From: Ethan Mosbaugh Date: Wed, 9 Oct 2024 12:00:55 -0700 Subject: [PATCH] fix(ci): install heroku cli --- .github/workflows/main.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index cca93a8..867ba05 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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