Skip to content

Commit

Permalink
Uncomment publishing to NPM (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya authored Feb 9, 2023
1 parent 6a1177a commit e1c7b8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jenkins/release.JenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ standardReleasePipelineWithGenericTrigger(
causeString: 'A tag was cut on opensearch-project/reporting-cli repository causing this workflow to run',
downloadReleaseAsset: true,
publishRelease: true) {
// publishToNpm(
// repository: 'https://github.com/opensearch-project/reporting-cli',
// tag: "$tag"
// )
publishToNpm(
repository: 'https://github.com/opensearch-project/reporting-cli',
tag: "$tag"
)
publishToArtifactsProdBucket(
assumedRoleName: 'reporting-cli-artifacts-upload-role',
source: "${WORKSPACE}/reporting-cli",
Expand Down

0 comments on commit e1c7b8d

Please sign in to comment.