Skip to content

Commit

Permalink
fix(ci): get promote tag from deployer (#2237)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jan 14, 2025
1 parent 6ef6810 commit e2b7446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e2b7446

Please sign in to comment.