Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
37fed4e
refactor: Remove is_legacy QS testing flags
ncooke3 Sep 23, 2025
d0f396d
Update qs repo branch testing
ncooke3 Sep 23, 2025
3b3e44c
Update testing
ncooke3 Sep 23, 2025
b570f39
debug
ncooke3 Sep 23, 2025
bc280ce
better qs name
ncooke3 Sep 23, 2025
e71e65c
Debug
ncooke3 Sep 23, 2025
ef6514a
remove trailing slash
ncooke3 Sep 23, 2025
eab3ab1
workflows
ncooke3 Sep 23, 2025
9e13000
remove debug
ncooke3 Sep 23, 2025
5312f61
crashlytics
ncooke3 Sep 23, 2025
b620b61
common qs update
ncooke3 Sep 23, 2025
1d68365
workflow refactors
ncooke3 Sep 23, 2025
c141e3a
fix setup script
ncooke3 Sep 23, 2025
8b82907
*release workflow updates
ncooke3 Sep 23, 2025
b9a8211
case sensitive products
ncooke3 Sep 23, 2025
601cd1d
disable fail-fast in *release
ncooke3 Sep 23, 2025
3f3c256
debug true
ncooke3 Sep 23, 2025
38bf3f6
workflow name improvements
ncooke3 Sep 23, 2025
d739329
fetch-tags: true
ncooke3 Sep 23, 2025
d620e4e
try checkout config change
ncooke3 Sep 23, 2025
855a520
m
ncooke3 Sep 23, 2025
17e7691
script better error handling
ncooke3 Sep 23, 2025
2878050
backtrack
ncooke3 Sep 23, 2025
2cbbb9d
fixes
ncooke3 Sep 23, 2025
6863092
r
ncooke3 Sep 23, 2025
0335a44
SPM=true
ncooke3 Sep 24, 2025
f6581a5
set DIR
ncooke3 Sep 24, 2025
5c5e3e8
seprate out SPM and CocoaPods workflows
ncooke3 Sep 24, 2025
9ae3f4a
maybe: capitalization
ncooke3 Sep 24, 2025
7b6c2ba
Revert "maybe: capitalization"
ncooke3 Sep 24, 2025
9806577
Reapply "maybe: capitalization"
ncooke3 Sep 24, 2025
5173820
install xcpretty
ncooke3 Sep 24, 2025
a6efbdf
move
ncooke3 Sep 24, 2025
35efc74
storage
ncooke3 Sep 24, 2025
80750eb
prerelease, if changes, todo
ncooke3 Sep 24, 2025
dc506dd
zip testing
ncooke3 Sep 24, 2025
4b41db1
break
ncooke3 Sep 24, 2025
c2dd4d8
revertable: disable upload artifact
ncooke3 Sep 24, 2025
b995331
unbreak
ncooke3 Sep 24, 2025
861e6b1
open
ncooke3 Sep 24, 2025
628d537
oh
ncooke3 Sep 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixes
  • Loading branch information
ncooke3 committed Sep 23, 2025
commit 2cbbb9d84c6f2bb34d69fafc9b73e1b33ab96a06
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ jobs:
- name: Xcode
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
- name: Setup testing repo and quickstart
run: DEBUG=true scripts/setup_quickstart_spm.sh ${{ matrix.product }} prerelease_testing
run: QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh ${{ matrix.product }} prerelease_testing
- name: Install Secret GoogleService-Info.plist
run: |
scripts/decrypt_gha_secret.sh \
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,13 @@ jobs:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
# with:
# fetch-depth: 0
with:
fetch-depth: 0
- name: Set Xcode version
run: sudo xcode-select -s /Applications/Xcode_16.4.app
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
- name: Setup testing repo and quickstart
run: DEBUG=true scripts/setup_quickstart_spm.sh ${{ matrix.product }} nightly_release_testing
run: QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh ${{ matrix.product }} nightly_release_testing
- name: Install Secret GoogleService-Info.plist
run: |
scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-${{ matrix.product }}.plist.gpg \
Expand Down
Loading