Skip to content

Commit a6bae6d

Browse files
committed
fix: the successCmd for @semantic-release/exec has been fixed to properly substitute the new version number. This commit simplifies the success message that is outputted after a successful release
1 parent bbbb1dc commit a6bae6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@semantic-release/github",
2020
["@semantic-release/exec", {
2121
"prepareCmd": "yarn lerna version ${nextRelease.version} --no-git-tag-version --force-publish --no-push --yes",
22-
"successCmd": "echo \"next_version=$BUILD_ID\" >> $GITHUB_OUTPUT"
22+
"successCmd": "echo \"next_version=${nextRelease.version}\" >> $GITHUB_OUTPUT"
2323
}],
2424
["@semantic-release/npm", {
2525
"npmPublish": false

0 commit comments

Comments
 (0)