We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b92b7 commit 390c901Copy full SHA for 390c901
.releaserc.json
@@ -9,7 +9,7 @@
9
"@semantic-release/exec",
10
{
11
"prepareCmd": "cargo release version ${nextRelease.version}",
12
- "publishCmd": "cargo publish --no-publish"
+ "publishCmd": "cargo publish --dry-run"
13
}
14
],
15
"@semantic-release/github"
0 commit comments