Skip to content

Commit

Permalink
fix: try this one for deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Dec 18, 2024
1 parent 5fef5b5 commit 3fbd89e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,9 @@ jobs:
ref: ${{ needs.tag-and-release.outputs.new_version }}

- name: build and push to heroku
uses: gonuit/heroku-docker-deploy@9ab97585f979857642d66612a2ae4062b3347d53
uses: AkhileshNS/heroku-deploy@581dd286c962b6972d427fcf8980f60755c15520
with:
email: ${{ secrets.HEROKU_EMAIL }}
heroku_email: ${{ secrets.HEROKU_EMAIL }}
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: conda-forge
usedocker: true

0 comments on commit 3fbd89e

Please sign in to comment.