Skip to content

Commit

Permalink
try to fix echo issue
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-jaksov-tl committed Oct 7, 2024
1 parent 0b45a5b commit 5e7d946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Sort versions
run: |
echo "GREATER_VERSION=$(echo $OLD_VERSION\\\n$NEW_VERSION | sort --version-sort | tail -n1)" >> $GITHUB_ENV
echo "GREATER_VERSION=$(echo -e ${OLD_VERSION}\\n${NEW_VERSION} | sort --version-sort | tail -n1)" >> $GITHUB_ENV
- name: Make sure new version is greater
run: |
Expand Down

0 comments on commit 5e7d946

Please sign in to comment.