Explorar el Código

Update build.yml

added values for fallback until i figure out how to get the version automatically.
jimsterino98 hace 7 meses
padre
commit
0f6861e9c4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/build.yml

+ 2 - 2
.github/workflows/build.yml

@@ -140,8 +140,8 @@ jobs:
 
           else
               echo "⚠ Not a git repo, using defaults"
-              KSU_VERSION=$BASE_VERSION
-              KSU_GIT_TAG="v0.0.1"
+              KSU_VERSION=33151
+              KSU_GIT_TAG="v3.0.0"
           fi
 
           echo "Computed version: $KSU_VERSION"