Skip to content

Commit

Permalink
Merge pull request #643 from andyfinnell/allow-warnings-on-release
Browse files Browse the repository at this point in the history
Allow warnings when pod trunk push
  • Loading branch information
rcancro authored May 16, 2024
2 parents 37022d0 + 486d871 commit c6e0d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
- name: Push to Cocoapods
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
run: pod trunk push
run: pod trunk push --allow-warnings

0 comments on commit c6e0d06

Please sign in to comment.