From c3dbf86c81ea2603e2dbc99f9bf323dcc08898ed Mon Sep 17 00:00:00 2001 From: Timon Borter Date: Sat, 14 Sep 2024 10:53:38 +0200 Subject: [PATCH] ci(release): fix .github directory path --- release.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.config.js b/release.config.js index 9f1e5fd..19fe403 100644 --- a/release.config.js +++ b/release.config.js @@ -9,7 +9,7 @@ module.exports = { [ '@semantic-release/exec', { - prepareCmd: './github/pipeline/prepareCmd.sh ${nextRelease.version}', + prepareCmd: '.github/pipeline/prepareCmd.sh ${nextRelease.version}', }, ], [