We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pod trunk push
1 parent c7ea4d9 commit 03e23faCopy full SHA for 03e23fa
.github/workflows/release.yml
@@ -114,7 +114,7 @@ jobs:
114
- name: Publish to Cocoapods
115
run: |
116
export POD_VERSION=$TAG_NAME
117
- pod trunk push
+ pod trunk push --allow-warnings
118
env:
119
TAG_NAME: ${{ github.event.release.tag_name }}
120
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
0 commit comments