diff --git a/.releaserc.json b/.releaserc.json
index f36b0a8..92262e0 100644
--- a/.releaserc.json
+++ b/.releaserc.json
@@ -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"
   ]