Skip to content

Commit

Permalink
fix(semantic-release): Fix version number for dry-run command
Browse files Browse the repository at this point in the history
  • Loading branch information
akosveres committed May 12, 2022
1 parent 4ddd497 commit 606984a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "VERSION=${nextRelease.gitTag} make dry-run"
"prepareCmd": "VERSION=${nextRelease.version} make dry-run"
}
],
[
Expand Down

0 comments on commit 606984a

Please sign in to comment.