Skip to content

Commit 64c27ef

Browse files
committed
fix: update release process to include manual OSSRH upload
1 parent 8fce30a commit 64c27ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@semantic-release/exec",
99
{
1010
"prepareCmd": "sed -i \"s/^version = .*/version = '${nextRelease.version}'/\" build.gradle && sed -i \"s/<version>[0-9]*\\.[0-9]*\\.[0-9]*<\\/version>/<version>${nextRelease.version}<\\/version>/\" pom.xml",
11-
"publishCmd": "./gradlew publish --no-daemon"
11+
"publishCmd": "./gradlew publish --no-daemon && curl -X POST -u \"$OSSRH_USERNAME:$OSSRH_PASSWORD\" https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/co.lettermint"
1212
}
1313
],
1414
"@semantic-release/github",

0 commit comments

Comments
 (0)