Skip to content

Commit

Permalink
🐛 Fix version output
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Apr 15, 2023
1 parent 0f52eca commit c823150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
outputs:
version:
description: The Yampl version that was installed
value: ${{ steps.version.install.version }}
value: ${{ steps.install.outputs.version }}
runs:
using: composite
steps:
Expand Down

0 comments on commit c823150

Please sign in to comment.