File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- name : release
1+ name : release_cocoapods
22
33permissions :
44 contents : read
77 pull_request :
88 paths :
99 - ' scripts/release_testing_setup.sh'
10- - ' .github/workflows/release .yml'
10+ - ' .github/workflows/release_cocoapods .yml'
1111 - ' Gemfile*'
1212 workflow_dispatch :
1313 schedule :
3636 - name : Checkout code
3737 uses : actions/checkout@v4
3838 with :
39- fetch-depth : 0
39+ fetch-depth : 0 # Required for pulling down repo tags.
4040 - name : Generate matrix
4141 id : generate_matrix
4242 run : |
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ candidate.
7272Currently we have two workflows running nightly to test podspecs:
7373
7474#### Release workflow
75- [ release .yml] ( https://github.com/firebase/firebase-ios-sdk/tree/main/.github/workflows/release .yml )
75+ [ release_cocoapods .yml] ( https://github.com/firebase/firebase-ios-sdk/tree/main/.github/workflows/release_cocoapods .yml )
7676
7777The release workflow is to test podspecs corresponding to the latest release tag in the repo, and
7878create a CocoaPods spec testing repo. Podspecs in this testing repo
You can’t perform that action at this time.
0 commit comments