diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index 62121a5..1c05b3d 100644 --- a/.github/workflows/release-published.yml +++ b/.github/workflows/release-published.yml @@ -29,7 +29,7 @@ jobs: uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-deploy.yml@0.2.0 with: - git_branch: ${{ github.head_ref }} + git_branch: ${{ github.ref }} tf_version: ${{ needs.get-tg-versions.outputs.tf_version }} tg_version: ${{ needs.get-tg-versions.outputs.tg_version }} environment: ${{ matrix.terragrunt_environment.environment }}