Skip to content

Commit

Permalink
Run pod repo update before pushing Merchant Backend additions
Browse files Browse the repository at this point in the history
  • Loading branch information
IhmeHippi committed Aug 18, 2021
1 parent 1c022e9 commit b85e1f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pod_push_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: pod trunk push SwedbankPaySDK.podspec
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
- name: Repo Update
run: pod repo update
- name: Push MB
run: pod trunk push SwedbankPaySDKMerchantBackend.podspec
env:
Expand Down

0 comments on commit b85e1f6

Please sign in to comment.