Skip to content

Commit 6a2fb10

Browse files
committed
Fixed publishing task
1 parent 60f1032 commit 6a2fb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ platform :android do
1919

2020
desc "Deploy libraries to Nexus."
2121
lane :deployNexus do
22-
gradle(task: "publishToSonatype closeAndReleaseSonatypeStagingRepository")
22+
gradle(task: "publish")
2323
end
2424
end

0 commit comments

Comments
 (0)