Skip to content

Commit

Permalink
Merge pull request #94 from JenspederM/ci/remember-checkout
Browse files Browse the repository at this point in the history
ci: print new veersion
  • Loading branch information
JenspederM authored Jan 3, 2025
2 parents 374357f + 8d3cfee commit 110a78c
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 110a78c

Please sign in to comment.