Skip to content

Commit

Permalink
Set publishing release on GH to true (#93)
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya authored Dec 4, 2024
1 parent d56f493 commit f31cb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/release.jenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ standardReleasePipelineWithGenericTrigger(
tokenIdCredential: 'jenkins-performance-analyzer-commons-generic-webhook-token',
causeString: 'A tag was cut on opensearch-project/performance-analyzer-commons repository causing this workflow to run',
downloadReleaseAsset: true,
publishRelease: false) {
publishRelease: true) {
publishToMaven(
signingArtifactsPath: "$WORKSPACE/repository/",
mavenArtifactsPath: "$WORKSPACE/repository/",
Expand Down

0 comments on commit f31cb97

Please sign in to comment.