Update action.yml

This commit is contained in:
Tonye Jack 2021-04-24 06:50:42 -04:00 committed by GitHub
parent fdb3a42221
commit 8623f4f829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: