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