Skip to content

Commit

Permalink
fix(ci): Revert to old version of heroku-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bagelbits committed Oct 16, 2024
1 parent 93c1d9b commit f44742b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,11 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' && github.repository == '5e-bits/5e-srd-api' }}
steps:
- uses: actions/checkout@v4
- uses: akhileshns/heroku-deploy@v4
- uses: akhileshns/heroku-deploy@v3.13.15
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: 'dnd-5e-srd-api'
heroku_email: 'cdurianward@gmail.com'
branch: 'main'
github-release:
name: Github Release
runs-on: ubuntu-latest
Expand Down

0 comments on commit f44742b

Please sign in to comment.