Skip to content

Commit 29bd5fa

Browse files
authored
Update .releaserc
1 parent c0e8859 commit 29bd5fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.releaserc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
["@semantic-release/git", {
99
"assets": "false"
1010
}],
11+
["@semantic-release/exec", {
12+
"successCmd": "echo \"SEMVER_VERSION=${nextRelease.version}\" >> $GITHUB_ENV"
13+
}],
1114
["@semantic-release/exec", {
1215
"publishCmd": "./ci/trigger-catalog-onboarding-pipeline.sh --version=v${nextRelease.version}"
1316
}]

0 commit comments

Comments
 (0)