Skip to content

Commit

Permalink
Publish with Swift 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Nov 14, 2018
1 parent 64fdb99 commit 30808b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,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 --swift-version=4.0
pod trunk push SwiftLint.podspec --swift-version=4.0
pod trunk push SwiftLintFramework.podspec --swift-version=4.2
pod trunk push SwiftLint.podspec --swift-version=4.2

get_version:
@echo $(VERSION_STRING)
Expand Down

0 comments on commit 30808b1

Please sign in to comment.