Skip to content

Commit

Permalink
Merge pull request nostalgic-css#203 from nostalgic-css/fix/semantic-…
Browse files Browse the repository at this point in the history
…release-exec-script

fix: Fix the script that's run by `semantic-release`
  • Loading branch information
BcRikko authored Dec 18, 2018
2 parents d1afc6c + aca8d63 commit 218b3bf
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 @@ -113,7 +113,7 @@
"@semantic-release/npm",
"@semantic-release/github",
["@semantic-release/exec", {
"prepareCmd": "./scripts/update-version ${nextRelease.version}"
"prepareCmd": "./scripts/updatePackageHeader.js ${nextRelease.version}"
}]
]
},
Expand Down

0 comments on commit 218b3bf

Please sign in to comment.