Skip to content

Commit

Permalink
Update publich_podspec.yml
Browse files Browse the repository at this point in the history
Added a flag to allow warnings
  • Loading branch information
robertdalmeida authored Apr 17, 2023
1 parent a92ad77 commit 7e5d446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publich_podspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: Publish Adyen3DS2.podspec
run: |
gem install cocoapods
pod trunk push Adyen3DS2.podspec
pod trunk push Adyen3DS2.podspec --allow-warnings
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}

0 comments on commit 7e5d446

Please sign in to comment.