CI: Fix Flathub workflow tag validation

master
derrod 2022-08-03 04:40:08 +02:00 committed by Georges Basile Stavracas Neto
parent 9ba1426204
commit 84ebd7ac67
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ jobs:
echo '::set-output name=valid_tag::${{ toJSON(true) }}'
echo '::set-output name=matrix::["beta", "stable"]'
;;
+([0-9]).+([0-9]).+([0-9])-@(beta|rc) )
+([0-9]).+([0-9]).+([0-9])-@(beta|rc)*([0-9]) )
echo '::set-output name=valid_tag::${{ toJSON(true) }}'
echo '::set-output name=matrix::["beta"]'
;;