Skip to content

Commit

Permalink
Make sure cocoapods publish sync with newly published package
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Feb 29, 2024
1 parent b9d124a commit 1d807a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
run: |
pod trunk push SpruceIDWalletSdkRsRustFramework.podspec
pod trunk push SpruceIDWalletSdkRs.podspec
pod trunk push SpruceIDWalletSdkRsRustFramework.podspec --synchronous
pod trunk push SpruceIDWalletSdkRs.podspec --synchronous
kotlin:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1d807a3

Please sign in to comment.