Skip to content

Commit

Permalink
fix: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
mduenias committed Jun 13, 2023
1 parent 4c2039c commit 9a36a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
[
'@semantic-release/exec',
{
"publishCmd": "node ./scripts/publish.sh ${branch.name}",
"publishCmd": "./scripts/publish.sh ${branch.name}",
}
],
[
Expand Down

0 comments on commit 9a36a6a

Please sign in to comment.