Browse Source

CI: Fix Flathub workflow tag validation

derrod 3 years ago
parent
commit
84ebd7ac67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/flatpak.yml

+ 1 - 1
.github/workflows/flatpak.yml

@@ -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"]'
               ;;