Skip to content

Commit

Permalink
We don't always update realm-core in a release (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko authored Jan 29, 2024
1 parent 3fd4d49 commit 7d00175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:

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

0 comments on commit 7d00175

Please sign in to comment.