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.
1 parent 4065adb commit 0364b9aCopy full SHA for 0364b9a
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