Skip to content

Commit e165b65

Browse files
committed
chore: fix running publish script
1 parent a33c760 commit e165b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"publish": [
99
{
1010
"path": "@semantic-release/exec",
11-
"cmd": "./tests/publish.sh ${nextRelease.version}"
11+
"cmd": "bash ./tests/publish.sh ${nextRelease.version}"
1212
},
1313
"@semantic-release/github"
1414
]

0 commit comments

Comments
 (0)