We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2888440 commit 699aa88Copy full SHA for 699aa88
.github/workflows/release.yml
@@ -99,7 +99,7 @@ jobs:
99
- name: Prereqs
100
run: gem install xcpretty
101
- name: Setup testing repo and quickstart
102
- run: QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh ${{ matrix.product }} nightly_release_testing
+ run: scripts/setup_quickstart_spm.sh ${{ matrix.product }} nightly_release_testing
103
- name: Install Secret GoogleService-Info.plist
104
run: |
105
scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-${{ matrix.product }}.plist.gpg \
0 commit comments