Skip to content

Commit

Permalink
change location of sed
Browse files Browse the repository at this point in the history
  • Loading branch information
semih.cavdar committed Mar 19, 2024
1 parent e0abbf1 commit 19689f6
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 "##[set-output name=version]{$(awk '/tags/{print $2}' .github/workflows/publish.yml)} | sed 's/,$//'"
run: echo "##[set-output name=version]$(awk '/tags/{print $2}' .github/workflows/publish.yml) | sed 's/,$//' "

- name: Use Output
id: output
Expand Down

0 comments on commit 19689f6

Please sign in to comment.