Skip to content

Commit 1de1906

Browse files
authored
NO-TICKET: update release action
1 parent 8818327 commit 1de1906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
run: |
113113
echo "Releasing version:" && ./gradlew printVersion clean
114114
ORG_GRADLE_PROJECT_signingKey=$(echo $SIGNING_KEY | base64 -d) ./gradlew publish
115-
./gradlew closeAndReleaseRepository
115+
./gradlew publish
116116
auth=$(echo -n "${ORG_GRADLE_PROJECT_ossrhUsername}:${ORG_GRADLE_PROJECT_ossrhPassword}" | base64)
117117
curl -f -X POST -H "Authorization: Bearer ${auth}" https://ossrh-staging-api.central.sonatype.com/manual/upload/repository/org.hypertrace
118118
env:

0 commit comments

Comments
 (0)