Skip to content

Commit

Permalink
chore: fix running publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Feb 5, 2018
1 parent a33c760 commit e165b65
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 @@ -8,7 +8,7 @@
"publish": [
{
"path": "@semantic-release/exec",
"cmd": "./tests/publish.sh ${nextRelease.version}"
"cmd": "bash ./tests/publish.sh ${nextRelease.version}"
},
"@semantic-release/github"
]
Expand Down

0 comments on commit e165b65

Please sign in to comment.