Skip to content

Commit 35ee1ec

Browse files
Releases emit the tagged version to github.ref (#27)
1 parent a3f6c46 commit 35ee1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-published.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-deploy.yml@0.2.0
3131
with:
32-
git_branch: ${{ github.head_ref }}
32+
git_branch: ${{ github.ref }}
3333
tf_version: ${{ needs.get-tg-versions.outputs.tf_version }}
3434
tg_version: ${{ needs.get-tg-versions.outputs.tg_version }}
3535
environment: ${{ matrix.terragrunt_environment.environment }}

0 commit comments

Comments
 (0)