Skip to content

Commit c6e0d06

Browse files
authored
Merge pull request #643 from andyfinnell/allow-warnings-on-release
Allow warnings when pod trunk push
2 parents 37022d0 + 486d871 commit c6e0d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
- name: Push to Cocoapods
4242
env:
4343
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
44-
run: pod trunk push
44+
run: pod trunk push --allow-warnings

0 commit comments

Comments
 (0)