Skip to content

Commit 41414d5

Browse files
authored
infra: Rename release.yml workflow to release_cocoapods.yml (#15488)
1 parent 905f4be commit 41414d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml renamed to .github/workflows/release_cocoapods.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: release
1+
name: release_cocoapods
22

33
permissions:
44
contents: read
@@ -7,7 +7,7 @@ on:
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:
@@ -36,7 +36,7 @@ jobs:
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: |

docs/ContinuousIntegration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ candidate.
7272
Currently 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

7777
The release workflow is to test podspecs corresponding to the latest release tag in the repo, and
7878
create a CocoaPods spec testing repo. Podspecs in this testing repo

0 commit comments

Comments
 (0)