Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit

Permalink
Add caching to cocoapods publish actions (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel authored Mar 1, 2024
1 parent a458d9c commit 1a97e98
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
uses: Swatinem/rust-cache@v2
with:
cache-on-failure: "true"
# Needed because pod trunk push --synchronous clones a massive repo
- name: Cocoapods Cache
uses: actions/cache@v4
with:
path: ~/.cocoapods/repos
key: ${{ runner.os }}-cocoapods
save-always: true

- uses: taiki-e/install-action@v2
with:
Expand Down

0 comments on commit 1a97e98

Please sign in to comment.