Skip to content

Commit

Permalink
Install latest cocoapods in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Feb 29, 2024
1 parent 814b6de commit 7241881
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:
tag: ${{ github.event.inputs.version }}
name: ${{ github.event.inputs.version }}

# To have the latest version with --quick
- name: Install Cocoapods
run: gem install cocoapods

# Using --quick otherwise pod lint will try to download SpruceIDWalletSdkRsRustFramework and it won't be available
# yet.
- name: Publish to CocoaPod register
Expand Down

0 comments on commit 7241881

Please sign in to comment.