Skip to content

Commit 2442e04

Browse files
authored
Merge pull request #1 from joepitt91/tag-reference
fix: tag reference
2 parents 4065adb + 0364b9a commit 2442e04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ inputs:
2525
outputs:
2626
tag:
2727
description: The tag for the latest version.
28-
value: ${{ steps.get_version.outputs.release }}
28+
value: ${{ steps.get_version.outputs.tag }}
2929
version:
3030
description: The latest version number.
3131
value: ${{ steps.get_version.outputs.version }}

0 commit comments

Comments
 (0)