Skip to content

Commit

Permalink
Fix pod release for dependent package
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Feb 29, 2024
1 parent ca1990b commit 39acf29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,14 @@ jobs:
tag: ${{ github.event.inputs.version }}
name: ${{ github.event.inputs.version }}

# Using --quick otherwise pod lint will try to download SpruceIDWalletSdkRsRustFramework and it won't be available
# yet.
- name: Publish to CocoaPod register
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
run: |
pod trunk push SpruceIDWalletSdkRsRustFramework.podspec
pod trunk push SpruceIDWalletSdkRs.podspec
pod trunk push SpruceIDWalletSdkRs.podspec --quick
kotlin:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 39acf29

Please sign in to comment.