Skip to content

Commit 034e9ad

Browse files
author
Sergey Shelomentsev
committed
chore: set correct script path
1 parent 37efeb0 commit 034e9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = {
3030
[
3131
"@semantic-release/exec",
3232
{
33-
"prepareCmd": "bash ./generate.sh -v ${nextRelease.version}",
33+
"prepareCmd": "bash ./scripts/generate.sh -v ${nextRelease.version}",
3434
"publishCmd": "bash ./gradlew publishToMavenLocal"
3535
}
3636
],

0 commit comments

Comments
 (0)