Skip to content

Commit

Permalink
Revert "Add caching to cocoapods publish actions (#7)"
Browse files Browse the repository at this point in the history
This reverts commit dcb5089.
  • Loading branch information
sbihel committed Mar 4, 2024
1 parent dcb5089 commit ff43a5f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ jobs:
needs: validation
steps:
- uses: actions/checkout@v4
# 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

- name: Publish to CocoaPod register
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
Expand Down

0 comments on commit ff43a5f

Please sign in to comment.