We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a37ccd commit 0991199Copy full SHA for 0991199
.releaserc
@@ -12,7 +12,7 @@
12
"successCmd": "echo \"SEMVER_VERSION=${nextRelease.version}\" >> $GITHUB_ENV"
13
}],
14
["@semantic-release/exec",{
15
- "publishCmd": "./ci/run-catalog-onboarding-pipeline.sh --version=v${nextRelease.version} --github_url=github.com --github_org=terraform-ibm-modules"
+ "publishCmd": "./ci/run-catalog-onboarding-pipeline.sh --version=v${nextRelease.version} --github_url=github.com --github_org=terraform-ibm-modules --destroy_on_failure"
16
}]
17
]
18
}
0 commit comments