Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
fix(release process): fix prepareCmd
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Sep 16, 2019
1 parent 03e2bb0 commit 6401514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "./updateVersion.sh ${nextRelease.version} ${options.branch} && make all archives"
"prepareCmd": "./updateVersion.sh ${nextRelease.version} ${options.branch} && make allarchives"
}
],
[
Expand Down

0 comments on commit 6401514

Please sign in to comment.