Skip to content

Commit

Permalink
change echo
Browse files Browse the repository at this point in the history
  • Loading branch information
semih.cavdar committed Mar 19, 2024
1 parent 904f219 commit 5156b2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:

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

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

0 comments on commit 5156b2d

Please sign in to comment.