From 1bd8cf11449c50e13d93f60b456ea47f49ad2c2c Mon Sep 17 00:00:00 2001 From: Brandon Rajkowski Date: Tue, 31 Dec 2024 13:40:37 -0700 Subject: [PATCH] fixes heroku deployment (#47) * bumps to latest akhileshns/heroku-deploy action version * installs heroku cli --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92edddc..e256323 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,11 @@ jobs: - run: npm ci - run: npm test - run: npm run build - - uses: akhileshns/heroku-deploy@v3.12.12 + # 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/heroku-deploy@v3.13.15 with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: br-connect-4