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 8818327 commit 1de1906Copy full SHA for 1de1906
.github/workflows/release.yaml
@@ -112,7 +112,7 @@ jobs:
112
run: |
113
echo "Releasing version:" && ./gradlew printVersion clean
114
ORG_GRADLE_PROJECT_signingKey=$(echo $SIGNING_KEY | base64 -d) ./gradlew publish
115
- ./gradlew closeAndReleaseRepository
+ ./gradlew publish
116
auth=$(echo -n "${ORG_GRADLE_PROJECT_ossrhUsername}:${ORG_GRADLE_PROJECT_ossrhPassword}" | base64)
117
curl -f -X POST -H "Authorization: Bearer ${auth}" https://ossrh-staging-api.central.sonatype.com/manual/upload/repository/org.hypertrace
118
env:
0 commit comments