File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4242 run : pod trunk push IBLinter.podspec
4343 env :
4444 COCOAPODS_TRUNK_TOKEN : ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
45+ COCOAPODS_VALIDATOR_SKIP_XCODEBUILD : 1
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'IBLinter'
3- s . platform = :osx
43 s . version = `make current_version`
54 s . summary = 'A linter tool for Interface Builder.'
65 s . homepage = 'https://github.com/IBDecodable/IBLinter'
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ bump_version:
3232
3333publish :
3434 brew update && brew bump-formula-pr --tag=$(shell git describe --tags) --revision=$(shell git rev-parse HEAD) iblinter
35- pod trunk push IBLinter.podspec
35+ COCOAPODS_VALIDATOR_SKIP_XCODEBUILD=1 pod trunk push IBLinter.podspec
3636
3737% :
3838 @:
You can’t perform that action at this time.
0 commit comments