From 57d0a3ca8c098699fa7d2a4511d61c387a20d1ee Mon Sep 17 00:00:00 2001 From: Ryan Butler Date: Thu, 8 Aug 2024 17:58:18 -0400 Subject: [PATCH] ci: default to LL for now (#182) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 990b9364..26be8681 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,7 +29,7 @@ on: In which orb-os version will this release be used? required: true type: choice - default: MM + default: LL options: - JJ - KK