Skip to content

Commit dcb841b

Browse files
authored
ci: Install missing Heroku CLI (#1246)
Latest Ubuntu images don't include the Heroku CLI anymore, causing deployments to fail. See AkhileshNS/heroku-deploy#188
1 parent a9dc522 commit dcb841b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ jobs:
102102
-
103103
name: Checkout code
104104
uses: actions/checkout@v4
105+
106+
-
107+
name: Install Heroku CLI
108+
run: curl https://cli-assets.heroku.com/install.sh | sh
105109

106110
-
107111
name: Deploy to heroku

0 commit comments

Comments
 (0)