Skip to content

Commit

Permalink
ci(release): fix publish script path (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
Djaytan authored Jan 16, 2025
1 parent 5f9d5f3 commit 263303f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/semantic-release/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = {
[
'@semantic-release/exec',
{
publishCmd: './scripts/publish_maven_artifacts.sh ${nextRelease.version}'
publishCmd: '../scripts/publish_maven_artifacts.sh ${nextRelease.version}'
}
],
]
Expand Down

0 comments on commit 263303f

Please sign in to comment.