Skip to content

Commit

Permalink
fix: cmd run twice
Browse files Browse the repository at this point in the history
  • Loading branch information
bndynet committed Aug 18, 2023
1 parent 98811eb commit 2fa4605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@semantic-release/exec",
{
"verifyReleaseCmd": "echo \"NEXT_RELEASE_VERSION=${nextRelease.version}\" >> $GITHUB_OUTPUT",
"generateNotesCmd": "<% print('echo \"NEXT_RELEASE_CHANGELOG=' + (nextRelease.notes || '').replaceAll('\\n', '%0A').replaceAll('\\r', '%0D').replaceAll('%', '%25') + '\" >> $GITHUB_OUTPUT') %>"
"successCmd": "<% print('echo \"NEXT_RELEASE_CHANGELOG=' + (nextRelease.notes || '').replaceAll('\\n', '%0A').replaceAll('\\r', '%0D').replaceAll('%', '%25') + '\" >> $GITHUB_OUTPUT') %>"
}
],
[
Expand Down

0 comments on commit 2fa4605

Please sign in to comment.