Skip to content

Commit 7ffd5b8

Browse files
committed
chore: fix heroku install
1 parent f4c310c commit 7ffd5b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/depoy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
echo "HEROKU_BRANCH=master" >> $GITHUB_ENV
2020
fi
2121
echo "HEROKU_BRANCH=master" >> $GITHUB_ENV
22+
- name: Install Heroku CLI
23+
run: |
24+
curl https://cli-assets.heroku.com/install.sh | sh
2225
- name: "Deploy ${{ github.ref }} to Heroku"
2326
uses: akhileshns/heroku-deploy@v3.13.15
2427
with:

0 commit comments

Comments
 (0)