Skip to content

Commit

Permalink
output version
Browse files Browse the repository at this point in the history
  • Loading branch information
Confusingboat committed Mar 18, 2024
1 parent 56628f4 commit 11776b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ jobs:
steps:
- name: Echo tag output
run: |
echo version: "${{ needs.tag.outputs.version }}"
echo prerelease-depth: "${{ fromJSON(needs.tag.outputs.prerelease-depth) }}"
echo is-prerelease: "${{ fromJSON(needs.tag.outputs.is-prerelease) }}"
Expand Down

0 comments on commit 11776b9

Please sign in to comment.