From e2b7446dd9fd61bc30c5fcb5644e45c1f96bb9fe Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Mon, 13 Jan 2025 23:24:36 -0500 Subject: [PATCH] fix(ci): get promote tag from deployer (#2237) --- .github/workflows/.deployer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/.deployer.yml b/.github/workflows/.deployer.yml index d6e86c5df..70975016e 100644 --- a/.github/workflows/.deployer.yml +++ b/.github/workflows/.deployer.yml @@ -58,7 +58,7 @@ on: outputs: tag: description: 'Which tag was used for deployment?' - value: ${{ jobs.vars.outputs.tag }} + value: ${{ jobs.deployer.outputs.tag }} triggered: description: 'Has a deployment has been triggered?' value: ${{ jobs.deployer.outputs.triggered }}