From 2bb95a3ceb8cbc68840f881b8eb001d59bd7abfa Mon Sep 17 00:00:00 2001 From: Chris Taylor Date: Fri, 27 Jun 2025 18:36:04 -0500 Subject: [PATCH] Releases emit the tagged version to github.ref --- .github/workflows/release-published.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}