Skip to content

Commit

Permalink
Update release.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Jan 10, 2025
1 parent dabdf90 commit d07e61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const publishCmd = `
git tag -a -f \${nextRelease.version} \${nextRelease.version} -F CHANGELOG.md
./gradlew uploadKotlinOSSRHToMavenCentralNexus uploadPluginMavenToMavenCentralNexus uploadPluginMarkerMavenToMavenCentralNexus release || exit 1
./gradlew uploadAllToMavenCentralNexus release || exit 1
./gradlew publishPlugins -Pgradle.publish.key=$GRADLE_PUBLISH_KEY -Pgradle.publish.secret=$GRADLE_PUBLISH_SECRET || exit 2
git push --force origin \${nextRelease.version} || exit 3
./gradlew publishJavaOSSRHPublicationToGithubRepository || true
Expand Down

0 comments on commit d07e61b

Please sign in to comment.