Skip to content

Commit

Permalink
Merge pull request #7 from bluebillywig/15099-add-cast-sdk-through-su…
Browse files Browse the repository at this point in the history
…bspec

[master] 15099 Add Cast SDK through subspec
  • Loading branch information
martijnbots authored Aug 23, 2024
2 parents 0cd03ff + 86efd40 commit 4ed15a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/create-no-bluetooth-flavor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
release:
types: [released]

permissions:
contents: write

jobs:
create-flavor:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -45,6 +48,8 @@ jobs:
run: |
RELEASE_VERSION=`git describe --abbrev=0 --tags`
git config user.name github-actions
git config user.email tech@bluebillywig.com
git checkout -b "${RELEASE_VERSION}-no-bluetooth" master
git add Package.swift
git commit -m "${RELEASE_VERSION}"
Expand Down

0 comments on commit 4ed15a9

Please sign in to comment.