Skip to content

Commit

Permalink
add curly brace
Browse files Browse the repository at this point in the history
  • Loading branch information
semih.cavdar committed Mar 19, 2024
1 parent 6bf0aec commit e0abbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:

- name: Use Output
id: output
run: echo "Output is ${ steps.read_tags.outputs.version }"
run: echo "Output is ${{ steps.read_tags.outputs.version }}"

0 comments on commit e0abbf1

Please sign in to comment.