Skip to content

Commit

Permalink
Revert "RF-27693 Loosen dependency on akhileshns/heroku-deploy"
Browse files Browse the repository at this point in the history
This reverts commit 7ab1a3d.

Due to: AkhileshNS/heroku-deploy#137
  • Loading branch information
magni- committed Mar 15, 2023
1 parent 923fe08 commit 2f1c25d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: needs.pick_ci.outputs.chosen_ci == 'github-actions'
steps:
- uses: actions/checkout@v3
- uses: akhileshns/heroku-deploy@v3
- uses: akhileshns/heroku-deploy@v3.12.13
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: rainforest-ci-sample-staging
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
needs: merge_to_master
steps:
- uses: actions/checkout@v3
- uses: akhileshns/heroku-deploy@v3
- uses: akhileshns/heroku-deploy@v3.12.13
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: rainforest-ci-sample-prd
Expand Down

0 comments on commit 2f1c25d

Please sign in to comment.