Update `make publish`

To use the CocoaPods version from bundler and to remove the stale
workaround.
This commit is contained in:
JP Simard 2023-05-11 11:03:28 -04:00
parent 7483e61615
commit 6cdb0aa689
No known key found for this signature in database
GPG Key ID: 184C3F2916202C58
1 changed files with 2 additions and 2 deletions

View File

@ -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