Skip to content

Commit

Permalink
temperary fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahShiSFB committed Apr 20, 2023
1 parent 7d2274f commit decab92
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/prod_release_cocoapod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
timeout 1h scripts/wait_for_pod_release.sh gRPC-Core $version
release-cocoapod-gRPC-Cpp:
runs-on: macos-latest
needs: [release-cocoapod-gRPC-Core]
steps:
- name: Repo checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -66,7 +65,6 @@ jobs:
release-cocoapod-gRPC:
runs-on: macos-latest
needs: [release-cocoapod-gRPC-RxLibrary, release-cocoapod-gRPC-Core]
steps:
- name: Repo checkout
uses: actions/checkout@v3
Expand All @@ -86,7 +84,6 @@ jobs:
release-cocoapod-gRPC-ProtoRPC:
runs-on: macos-latest
needs: [release-cocoapod-gRPC-RxLibrary, release-cocoapod-gRPC]
steps:
- name: Repo checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit decab92

Please sign in to comment.