Skip to content

Commit ef755f7

Browse files
committed
fix: include tag in output
1 parent ee55706 commit ef755f7

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
@@ -79,7 +79,7 @@ runs:
7979
- name: Print Version
8080
id: print
8181
run: |
82-
echo "Latest version of ${{ inputs.owner }}/${{ inputs.package_name }} is ${{ steps.get_version.outputs.version }}"
82+
echo "Latest version of ${{ inputs.owner }}/${{ inputs.package_name }} is ${{ steps.get_version.outputs.version }} with tag ${{ steps.get_version.outputs.tag }}"
8383
shell: bash
8484
branding:
8585
color: blue

0 commit comments

Comments
 (0)