mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
Fix pod trunk push by passing --swift-version=4.0
This commit is contained in:
@@ -112,8 +112,8 @@ display_compilation_time:
|
||||
|
||||
publish:
|
||||
brew update && brew bump-formula-pr --tag=$(shell git describe --tags) --revision=$(shell git rev-parse HEAD) swiftlint
|
||||
pod trunk push SwiftLintFramework.podspec
|
||||
pod trunk push SwiftLint.podspec
|
||||
pod trunk push SwiftLintFramework.podspec --swift-version=4.0
|
||||
pod trunk push SwiftLint.podspec --swift-version=4.0
|
||||
|
||||
get_version:
|
||||
@echo $(VERSION_STRING)
|
||||
|
||||
Reference in New Issue
Block a user