Răsfoiți Sursa

build: allow v2 into APT candidate channel

Jakob Borg 5 luni în urmă
părinte
comite
3c92999406
1 a modificat fișierele cu 1 adăugiri și 3 ștergeri
  1. 1 3
      .github/workflows/build-syncthing.yaml

+ 1 - 3
.github/workflows/build-syncthing.yaml

@@ -875,9 +875,7 @@ jobs:
       - name: Prepare packages
         run: |
           kind=stable
-          if [[ $VERSION == v2* ]] ; then
-            kind=v2
-          elif [[ $VERSION == *-rc.[0-9] ]] ; then
+          if [[ $VERSION == *-rc.[0-9] || $VERSION == *-rc.[0-9][0-9] ]] ; then
             kind=candidate
           elif [[ $VERSION == *-* ]] ; then
             kind=nightly