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

Commit

Permalink
Revert back to --synchronous
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Feb 29, 2024
1 parent 0b391ae commit 4100040
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,12 @@ 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
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
run: |
pod trunk push SpruceIDWalletSdkRsRustFramework.podspec
pod trunk push SpruceIDWalletSdkRs.podspec --quick
pod trunk push SpruceIDWalletSdkRs.podspec --synchronous
kotlin:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4100040

Please sign in to comment.