Skip to content

Commit 7b6c2ba

Browse files
committed
Revert "maybe: capitalization"
This reverts commit 9ae3f4a.
1 parent 9ae3f4a commit 7b6c2ba

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed

.github/workflows/prerelease.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,25 +66,25 @@ jobs:
6666
fail-fast: false
6767
matrix:
6868
include:
69-
- product: Performance
69+
- product: performance
7070
run_tests: true
71-
- product: Storage
71+
- product: storage
7272
run_tests: true
73-
- product: Config
73+
- product: config
7474
run_tests: true
75-
- product: Messaging
75+
- product: messaging
7676
run_tests: false
77-
- product: InAppMessaging
77+
- product: inappMessaging
7878
run_tests: true
79-
- product: Firestore
79+
- product: firestore
8080
run_tests: false
81-
- product: Database
81+
- product: database
8282
run_tests: false
83-
- product: Authentication
83+
- product: authentication
8484
run_tests: false
85-
- product: Crashlytics
85+
- product: crashlytics
8686
run_tests: true
87-
- product: ABTesting
87+
- product: abtesting
8888
run_tests: true
8989
name: 'quickstart (prerelease, ${{ matrix.product }}, run_tests: ${{ matrix.run_tests }})'
9090
env:

.github/workflows/release.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,32 +55,34 @@ jobs:
5555
# name: quickstart_artifacts_functions
5656
# path: quickstart-ios/
5757

58+
# TODO(ncooke3): Probably should separate *release workflows into
59+
# *release-cocoapods and *release (spm).
5860
quickstart:
5961
# Don't run on private repo unless it is a PR.
6062
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
6163
strategy:
6264
fail-fast: false
6365
matrix:
6466
include:
65-
- product: Performance
67+
- product: performance
6668
run_tests: true
67-
- product: Storage
69+
- product: storage
6870
run_tests: true
69-
- product: Config
71+
- product: config
7072
run_tests: true
71-
- product: Messaging
73+
- product: messaging
7274
run_tests: false
73-
- product: InAppMessaging
75+
- product: inappMessaging
7476
run_tests: true
75-
- product: Firestore
77+
- product: firestore
7678
run_tests: false
77-
- product: Database
79+
- product: database
7880
run_tests: false
79-
- product: Authentication
81+
- product: authentication
8082
run_tests: false
81-
- product: Crashlytics
83+
- product: crashlytics
8284
run_tests: true
83-
- product: ABTesting
85+
- product: abtesting
8486
run_tests: true
8587
name: 'quickstart (release, ${{ matrix.product }}, run_tests: ${{ matrix.run_tests }})'
8688
env:

0 commit comments

Comments
 (0)