Skip to content

Commit

Permalink
chore: ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewTriesToCode committed Nov 13, 2024
1 parent fdf1cf6 commit ae42ed8
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 @@ -6,7 +6,7 @@
"@semantic-release/github",
"@semantic-release/changelog",
["@semantic-release/exec", {
"prepareCmd": "./release.sh -f private -v ${nextRelease.version} -r \"${nextRelease.notes}\""
"prepareCmd": "./release.sh -f private -v ${nextRelease.version} -r '${nextRelease.notes}'"
}],
["@semantic-release/git", {
"assets": ["src/Directory.Build.props", "*.md", "docs"],
Expand Down

0 comments on commit ae42ed8

Please sign in to comment.