From 858bdebb6ce2404517f44df8909eea3cbdc1cd97 Mon Sep 17 00:00:00 2001 From: gitclonebrian <235774926+gitclonebrian@users.noreply.github.com> Date: Tue, 25 Nov 2025 13:54:21 -0500 Subject: [PATCH] added qa track option --- .github/workflows/publish-store.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-store.yml b/.github/workflows/publish-store.yml index 0cb512d915..8e8f860b96 100644 --- a/.github/workflows/publish-store.yml +++ b/.github/workflows/publish-store.yml @@ -37,6 +37,7 @@ on: type: choice options: - internal + - qa - Fastlane Automation Source required: true default: "internal"