We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef71b3a commit f50e1d0Copy full SHA for f50e1d0
.github/workflows/production.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v4
19
with:
20
ref: release
21
- - uses: akhileshns/heroku-deploy@e86b991436e126ff9d78399b801a6610a64881c9
+ - uses: akhileshns/heroku-deploy@96f4455bfc127bf16feac4b180aae9ec380c5a20
22
23
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
24
heroku_app_name: "xpro-production"
.github/workflows/release-candiate.yml
ref: release-candidate
heroku_app_name: "xpro-rc"
0 commit comments