From 8623f4f829e4c003fcaead307766d7b613870de9 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 24 Apr 2021 06:50:42 -0400 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1218202..d679e9d 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ outputs: value: ${{ steps.branch.outputs.ref_branch }} description: 'The branch that triggered the workflow run.' tag: - value: ${{ steps.branch.outputs.tag }} + value: ${{ steps.tag.outputs.tag }} description: 'The tag that triggered the workflow run.' runs: