Update nightly-release.yml
authorTizenAPI-Bot <37820187+TizenAPI-Bot@users.noreply.github.com>
Tue, 18 May 2021 07:41:42 +0000 (16:41 +0900)
committerGitHub <noreply@github.com>
Tue, 18 May 2021 07:41:42 +0000 (16:41 +0900)
.github/workflows/nightly-release.yml

index 242882d..d183032 100644 (file)
@@ -24,7 +24,7 @@ jobs:
         # find branches without the version tag
         for x in $TARGET_BRANCHES; do
           tags=$(git tag --contains origin/$x)
-          if [[ ! $tags =~ v^[0-9]+\.[0-9]+\.[0-9]+ ]]; then
+          if [[ ! $tags =~ v[0-9]+\.[0-9]+\.[0-9]+ ]]; then
             TARGETS="${TARGETS} $x"
           fi
         done