Skip to content

Commit b11e773

Browse files
chore: update .releaserc
1 parent dc87183 commit b11e773

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.releaserc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
[
6363
"@semantic-release/exec",
6464
{
65+
"verifyReleaseCmd": "echo \"version=${nextRelease.version}\" >> $GITHUB_OUTPUT",
66+
"successCmd": "echo \"new_release_published=${'true'}\" >> $GITHUB_OUTPUT",
6567
"prepareCmd": "./.github/workflows/sr-prepare.sh ${nextRelease.version}",
6668
"publishCmd": "./.github/workflows/sr-release.sh",
6769
"shell": "bash"

0 commit comments

Comments
 (0)