Преглед на файлове

ci: default release_type to Action (no release unless chosen)

TheWildJames преди 1 седмица
родител
ревизия
ed1d96dadd
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .github/workflows/main.yml

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

@@ -14,7 +14,7 @@ on:
           - Action
           - Pre-Release
           - Release
-        default: Pre-Release
+        default: Action
       use_cache:
         description: "Use ccache/bazel cache (restore/save)"
         type: boolean