We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4065adb + 0364b9a commit 2442e04Copy full SHA for 2442e04
1 file changed
action.yml
@@ -25,7 +25,7 @@ inputs:
25
outputs:
26
tag:
27
description: The tag for the latest version.
28
- value: ${{ steps.get_version.outputs.release }}
+ value: ${{ steps.get_version.outputs.tag }}
29
version:
30
description: The latest version number.
31
value: ${{ steps.get_version.outputs.version }}
0 commit comments