Skip to content

Commit

Permalink
-le to -gt
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Jan 29, 2024
1 parent f441589 commit 2379c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

- name: Make sure we updated realmCoreVersion in metrics
run: |
if [ ${{ steps.update-realmCoreVersion.outputs.modifiedFiles }} -le 1 ]; then
if [ ${{ steps.update-realmCoreVersion.outputs.modifiedFiles }} -gt 1 ]; then
echo 'At most one modified file expected, got ${{ steps.update-realmCoreVersion.outputs.modifiedFiles }}'
exit 1
fi
Expand Down

0 comments on commit 2379c0f

Please sign in to comment.