Skip to content

Commit 01807a5

Browse files
fix: install heroku in workflow
1 parent 07420e2 commit 01807a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/heroku-deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13+
- name: Install Heroku CLI
14+
run: |
15+
npm install -g heroku
16+
1317
- name: Checkout repository
1418
uses: actions/checkout@v4
1519

0 commit comments

Comments
 (0)