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 e08c52c commit 8e84edeCopy full SHA for 8e84ede
2 files changed
.github/workflows/deploy-to-dev.yml
@@ -14,6 +14,8 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v3
17
+ - name: Install Heroku CLI
18
+ run: curl https://cli-assets.heroku.com/install.sh | sh
19
- uses: akhileshns/heroku-deploy@v3.15.15
20
with:
21
heroku_api_key: ${{secrets.HEROKU_AUTH_TOKEN}}
.github/workflows/release.yml
@@ -39,6 +39,8 @@ jobs:
39
40
41
42
43
44
45
46
0 commit comments