Skip to content

Commit 03e23fa

Browse files
authored
Allow warnings in pod trunk push
1 parent c7ea4d9 commit 03e23fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- name: Publish to Cocoapods
115115
run: |
116116
export POD_VERSION=$TAG_NAME
117-
pod trunk push
117+
pod trunk push --allow-warnings
118118
env:
119119
TAG_NAME: ${{ github.event.release.tag_name }}
120120
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}

0 commit comments

Comments
 (0)