소스 검색

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