File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 74
74
sonatypePassword : ${{ secrets.sonatypePassword }}
75
75
signingKey : ${{ secrets.signingPrivateKey }}
76
76
signingPassword : ${{ secrets.signingPrivateKeyPassword }}
77
- run : ./gradlew publishAarReleasePublicationToMavenCentralRepository closeAndReleaseRepository " -PsonatypeUsername=$sonatypeUsername" " -PsonatypePassword=$sonatypePassword" " -PinMemorySigningKey=$signingKey" " -PinMemoryKeyPassword=$signingPassword" --no-daemon
77
+ run : ./gradlew publishAarReleasePublicationToMavenCentralRepository closeAndReleaseRepository -PsonatypeUsername=" $sonatypeUsername" -PsonatypePassword=" $sonatypePassword" -PinMemorySigningKey=" $signingKey" -PinMemoryKeyPassword=" $signingPassword" --no-daemon
78
78
79
79
tag :
80
80
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments