We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7788ae commit b717b52Copy full SHA for b717b52
fastlane/Fastfile
@@ -4,7 +4,10 @@ platform :ios do
4
desc "Tags the release and pushes the Podspec to CocoaPods"
5
lane :release do
6
perform_release target: 'Auth0.iOS'
7
- publish_release repository: 'Auth0.swift'
+ publish_release(
8
+ repository: 'Auth0.swift',
9
+ pod_lint_allow_warnings: true
10
+ )
11
end
12
13
desc 'Generate API documentation'
0 commit comments