Skip to content

Commit

Permalink
chore: fix heroku install
Browse files Browse the repository at this point in the history
  • Loading branch information
wurstbrot committed Jan 18, 2025
1 parent f4c310c commit 7ffd5b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/depoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
echo "HEROKU_BRANCH=master" >> $GITHUB_ENV
fi
echo "HEROKU_BRANCH=master" >> $GITHUB_ENV
- name: Install Heroku CLI
run: |
curl https://cli-assets.heroku.com/install.sh | sh
- name: "Deploy ${{ github.ref }} to Heroku"
uses: akhileshns/[email protected]
with:
Expand Down

0 comments on commit 7ffd5b8

Please sign in to comment.