We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fce30a commit 64c27efCopy full SHA for 64c27ef
.releaserc.json
@@ -8,7 +8,7 @@
8
"@semantic-release/exec",
9
{
10
"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"
+ "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"
12
}
13
],
14
"@semantic-release/github",
0 commit comments