Skip to content

Commit 6e386fd

Browse files
committed
Allow warning in pod push
1 parent 6118779 commit 6e386fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ generate-podspec: ## Generate podspec file
108108
@echo "$$PODSPEC_CONTENTS" > Fibs.podspec.json
109109

110110
release-cocoapods: ## Release new version to cocoapods repo
111-
bundle exec pod trunk push
111+
bundle exec pod trunk push --allow-warnings
112112

113113
help: ## This help message
114114
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

0 commit comments

Comments
 (0)