We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f1032 commit 6a2fb10Copy full SHA for 6a2fb10
fastlane/Fastfile
@@ -19,6 +19,6 @@ platform :android do
19
20
desc "Deploy libraries to Nexus."
21
lane :deployNexus do
22
- gradle(task: "publishToSonatype closeAndReleaseSonatypeStagingRepository")
+ gradle(task: "publish")
23
end
24
0 commit comments