Update `make publish`
To use the CocoaPods version from bundler and to remove the stale workaround.
This commit is contained in:
parent
7483e61615
commit
6cdb0aa689
4
Makefile
4
Makefile
|
@ -151,8 +151,8 @@ display_compilation_time:
|
|||
|
||||
publish:
|
||||
brew update && brew bump-formula-pr --tag=$(shell git describe --tags) --revision=$(shell git rev-parse HEAD) swiftlint
|
||||
# Workaround for https://github.com/CocoaPods/CocoaPods/issues/11185
|
||||
arch -arch x86_64 pod trunk push SwiftLint.podspec
|
||||
bundle install
|
||||
bundle exec pod trunk push SwiftLint.podspec
|
||||
|
||||
docs:
|
||||
swift run swiftlint generate-docs
|
||||
|
|
Loading…
Reference in New Issue