Skip to content

Commit

Permalink
remove debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-jaksov-tl committed Oct 7, 2024
1 parent 5e7d946 commit 816c107
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/check-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
run: |
echo "NEW_VERSION=$(git log origin/main..HEAD --cherry -p -- etc/config.xml | grep '\+.\s*.<version>' | head -1 | tr -d '+[:blank:]\n' | sed -e 's/<version>\(.*\)<\/version>/\1/')" >> $GITHUB_ENV
- name: Print versions
run: |
echo "Old version: ${OLD_VERSION:-unknown}; New version: ${NEW_VERSION:-unknown}"
- name: Test that versions are not empty
run: |
[[ ! -z $OLD_VERSION ]] && [[ ! -z $NEW_VERSION ]]
Expand Down

0 comments on commit 816c107

Please sign in to comment.