Skip to content

Commit

Permalink
fix: change success to successCmd
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Jul 14, 2019
1 parent 7389c66 commit a21fe9a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,8 @@
"success": [
"@semantic-release/github",
[
"@semantic-release/exec",
{
"success": "npm run announce -- --branch ${options.branch}"
"@semantic-release/exec", {
"successCmd": "npm run announce -- --branch ${options.branch}"
}
]
],
Expand Down

0 comments on commit a21fe9a

Please sign in to comment.