Skip to content

Commit

Permalink
fixes heroku deployment (#47)
Browse files Browse the repository at this point in the history
* bumps to latest akhileshns/heroku-deploy action version

* installs heroku cli
  • Loading branch information
brajkowski authored Dec 31, 2024
1 parent 6bca54c commit 1bd8cf1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ jobs:
- run: npm ci
- run: npm test
- run: npm run build
- uses: akhileshns/[email protected]
# See: https://github.com/AkhileshNS/heroku-deploy/issues/188
- name: Install Heroku CLI
run: |
curl https://cli-assets.heroku.com/install.sh | sh
- uses: akhileshns/[email protected]
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: br-connect-4
Expand Down

0 comments on commit 1bd8cf1

Please sign in to comment.