Skip to content

Commit

Permalink
remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
semih.cavdar committed Mar 19, 2024
1 parent 399c3f4 commit 6bf0aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:

- name: Read Tags from publish.yml
id: read_tags
run: echo "##[set-output name=version]{$(awk '/tags/{print $2}' .github/workflows/publish.yml)}"
run: echo "##[set-output name=version]{$(awk '/tags/{print $2}' .github/workflows/publish.yml)} | sed 's/,$//'"

- 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 6bf0aec

Please sign in to comment.