We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33c760 commit e165b65Copy full SHA for e165b65
.releaserc.json
@@ -8,7 +8,7 @@
8
"publish": [
9
{
10
"path": "@semantic-release/exec",
11
- "cmd": "./tests/publish.sh ${nextRelease.version}"
+ "cmd": "bash ./tests/publish.sh ${nextRelease.version}"
12
},
13
"@semantic-release/github"
14
]
0 commit comments