We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a569f8 commit c2d7009Copy full SHA for c2d7009
.github/workflows/deploy.yml
@@ -37,6 +37,7 @@ jobs:
37
echo 'org.gradle.jvmargs=-Xmx2048m' >> gradle.properties
38
./gradlew publishApiPublicationToOssrhRepository
39
./gradlew --stop
40
+ curl -X POST -H "Authorization: Bearer $(echo -n ${ORG_GRADLE_PROJECT_ossrhUsername}:${ORG_GRADLE_PROJECT_ossrhPassword} | base64)" https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/io.github.libxposed
41
env:
42
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.maven_pgp_signingKey }}
43
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.maven_pgp_signingPassword }}
0 commit comments