Skip to content

Commit

Permalink
build: update publishCmd (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatagarwal-ibm authored Jul 28, 2022
1 parent 0a3a868 commit da2ebff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
}],
["@semantic-release/exec", {
"successCmd": "echo \"SEMVER_VERSION=${nextRelease.version}\" >> $GITHUB_ENV"
}],
["@semantic-release/exec",{
"publishCmd": "./ci/run-catalog-onboarding-pipeline.sh terraform-ibm-landing-zone 7df1e4ca-d54c-4fd0-82ce-3d13247308cd a87ed9a5-d130-47a3-980b-5ceb1d4f9280 ${nextRelease.version} account vsi-quickstart"
}]
]
}

0 comments on commit da2ebff

Please sign in to comment.