Skip to content

Commit

Permalink
fix: install the heroku cli
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Dec 18, 2024
1 parent 2e4a87b commit c0d89ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ jobs:
with:
ref: ${{ needs.tag-and-release.outputs.new_version }}

- name: install heroku cli
run: |
curl https://cli-assets.heroku.com/install-ubuntu.sh | sh
- name: build and push to heroku
uses: AkhileshNS/heroku-deploy@581dd286c962b6972d427fcf8980f60755c15520
with:
Expand Down

0 comments on commit c0d89ef

Please sign in to comment.