Skip to content

Commit

Permalink
ci: print new veersion
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Peder Meldgaard <[email protected]>
  • Loading branch information
JenspederM committed Jan 3, 2025
1 parent 4158dfb commit 8d3cfee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/check_version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,10 @@ runs:
issue-number: ${{ inputs.pr_number }}
body-file: body.md
edit-mode: replace
- name: Print Output
shell: bash
run: |
echo "Name: ${{ steps.project.outputs.name }}"
echo "Old Version: ${{ steps.project.outputs.old_version }}"
echo "New Version: ${{ steps.cz.outputs.version }}"
echo "Changed: ${{ steps.cz.outputs.version != steps.project.outputs.old_version }}"

0 comments on commit 8d3cfee

Please sign in to comment.