Browse Source
fix(workflows): also exclude beta in block-merge-freeze
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
pull/54503/head
John Molakvoæ
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/block-merge-freeze.yml
|
|
|
@ -54,4 +54,4 @@ jobs: |
|
|
|
|
|
|
|
- name: Run check |
|
|
|
if: ${{ env.server_ref != '' }} |
|
|
|
run: cat version.php | grep 'OC_VersionString' | grep -i -v 'RC' |
|
|
|
run: cat version.php | grep 'OC_VersionString' | grep -viE 'RC|beta' |