From 6e8fc6e863104849823c15bae66a89f136638d42 Mon Sep 17 00:00:00 2001 From: Martijn Bots Date: Thu, 22 Aug 2024 15:13:25 +0200 Subject: [PATCH] 15099 Add Cast SDK through subspec --- .github/workflows/create-no-bluetooth-flavor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-no-bluetooth-flavor.yaml b/.github/workflows/create-no-bluetooth-flavor.yaml index b25eceb..d70eff8 100644 --- a/.github/workflows/create-no-bluetooth-flavor.yaml +++ b/.github/workflows/create-no-bluetooth-flavor.yaml @@ -51,7 +51,7 @@ jobs: git config user.name github-actions git config user.email tech@bluebillywig.com git fetch --all - git checkout -b "${RELEASE_VERSION}-no-bluetooth" master + git checkout -b "${RELEASE_VERSION}-no-bluetooth" git add Package.swift git commit -m "${RELEASE_VERSION} no bluetooth" git push -u origin "${RELEASE_VERSION}-no-bluetooth"