We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2437eb + bc614e6 commit 8e89cc5Copy full SHA for 8e89cc5
.github/workflows/block-merge-freeze.yml
@@ -54,4 +54,4 @@ jobs:
54
55
- name: Run check
56
if: ${{ env.server_ref != '' }}
57
- run: cat version.php | grep 'OC_VersionString' | grep -viE 'RC|beta'
+ run: cat version.php | grep 'OC_VersionString' | grep -i -v 'RC'
0 commit comments