We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3e63c commit 2bc5c0aCopy full SHA for 2bc5c0a
release.config.js
@@ -102,7 +102,7 @@ async function config() {
102
}],
103
['@semantic-release/exec', {
104
prepareCmd: packageName !== 'root'
105
- ? `node scripts/update-version.js packages/${packageName}/pubspec.yaml \${nextRelease.version}`
+ ? `node ../../scripts/update-version.js pubspec.yaml \${nextRelease.version}`
106
: 'echo "No version update needed for root"',
107
108
['@semantic-release/npm', {
0 commit comments