Skip to content

Commit 2bc5c0a

Browse files
authored
ci: Fix auto-release (#1080)
1 parent 2b3e63c commit 2bc5c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ async function config() {
102102
}],
103103
['@semantic-release/exec', {
104104
prepareCmd: packageName !== 'root'
105-
? `node scripts/update-version.js packages/${packageName}/pubspec.yaml \${nextRelease.version}`
105+
? `node ../../scripts/update-version.js pubspec.yaml \${nextRelease.version}`
106106
: 'echo "No version update needed for root"',
107107
}],
108108
['@semantic-release/npm', {

0 commit comments

Comments
 (0)