Skip to content

Commit

Permalink
ci(release): fix .github directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
bbortt committed Sep 14, 2024
1 parent 377dc1c commit c3dbf86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
[
'@semantic-release/exec',
{
prepareCmd: './github/pipeline/prepareCmd.sh ${nextRelease.version}',
prepareCmd: '.github/pipeline/prepareCmd.sh ${nextRelease.version}',
},
],
[
Expand Down

0 comments on commit c3dbf86

Please sign in to comment.