Skip to content

Commit

Permalink
try to echo tag
Browse files Browse the repository at this point in the history
  • Loading branch information
semih.cavdar committed Mar 19, 2024
1 parent 318f7cc commit 399c3f4
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 @@ -19,7 +19,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 "##[set-output name=version]{$(awk '/tags/{print $2}' .github/workflows/publish.yml)}"

- name: Use Output
id: output
Expand Down

0 comments on commit 399c3f4

Please sign in to comment.