diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 574c407d..080b6ae3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,11 +11,11 @@ on: jobs: release: name: Release - uses: heroku/languages-github-actions/.github/workflows/_buildpacks-release.yml@drop-bash-circus + uses: heroku/languages-github-actions/.github/workflows/_buildpacks-release.yml@jwl-multi-arch with: app_id: ${{ vars.LINGUIST_GH_APP_ID }} dry_run: ${{ inputs.dry_run }} - languages_cli_branch: drop-bash-circus + languages_cli_branch: jwl-multi-arch secrets: app_private_key: ${{ secrets.LINGUIST_GH_PRIVATE_KEY }} cnb_registry_token: ${{ secrets.CNB_REGISTRY_RELEASE_BOT_GITHUB_TOKEN }}