Skip to content

Commit b717b52

Browse files
chore: simplifying Release process (#1056)
1 parent c7788ae commit b717b52

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

fastlane/Fastfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ platform :ios do
44
desc "Tags the release and pushes the Podspec to CocoaPods"
55
lane :release do
66
perform_release target: 'Auth0.iOS'
7-
publish_release repository: 'Auth0.swift'
7+
publish_release(
8+
repository: 'Auth0.swift',
9+
pod_lint_allow_warnings: true
10+
)
811
end
912

1013
desc 'Generate API documentation'

0 commit comments

Comments
 (0)