Skip to content

Commit

Permalink
show versions in pipeline just to be sure
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-jaksov-tl committed Oct 2, 2024
1 parent 8b8e526 commit 5c418b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ jobs:
- name: Test that versions are different
run: |
[[ $OLD_VERSION != $NEW_VERSION ]]
- name: Print versions
run: |
echo "Old version: ${OLD_VERSION:-unknown}; New version: ${NEW_VERSION:-unknown}"

0 comments on commit 5c418b4

Please sign in to comment.