diff --git a/.github/actions/heroku-deploy/action.yml b/.github/actions/heroku-deploy/action.yml index 3472c5a2..3fb3a359 100644 --- a/.github/actions/heroku-deploy/action.yml +++ b/.github/actions/heroku-deploy/action.yml @@ -66,5 +66,5 @@ runs: config PREVIEW_DEPLOY true shell: bash - name: Push to Heroku - run: git subtree push --prefix backend heroku main + run: git push heroku `git subtree split --prefix backend release`:main --force shell: bash