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 9f756cb commit 4ea95cc
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 @@ -20,7 +20,7 @@ jobs:

- name: Read Tags from publish.yml
id: read-tags
run: echo "{version}=$(awk '/tags/{print $2}' .github/workflows/publish.yml)" >> $GITHUB_OUTPUT
run: echo "{version}={$(awk '/tags/{print $2}' .github/workflows/publish.yml)}" >> $GITHUB_OUTPUT

- name: Use Output
id: output
Expand Down

0 comments on commit 4ea95cc

Please sign in to comment.