Browse Source

ci(build): non-release as default

Andelf 3 years ago
parent
commit
872060965d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build-desktop-release.yml

+ 1 - 1
.github/workflows/build-desktop-release.yml

@@ -13,7 +13,7 @@ on:
           - beta
           - nightly
           - non-release
-        default: "beta"
+        default: "non-release"
       git-ref:
         description: "Release Git Ref (Which branch or tag to build?)"
         required: true