Skip to content

Commit

Permalink
fix(generator): correctly set fluorflow version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler committed Feb 15, 2024
1 parent 78e6cd6 commit 93a833d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "sed -i 's/^version: .*$/version: ${nextRelease.version}/' pubspec.yaml",
"prepareCmd": "sed -i 's/^version: .*$/version: ${nextRelease.version}/' pubspec.yaml && sed -i 's/^ fluorflow: .*$/fluorflow: ${nextRelease.version}/' pubspec.yaml",
"publishCmd": "dart pub publish -f",
"execCwd": "packages/fluorflow_generator"
}
Expand Down

0 comments on commit 93a833d

Please sign in to comment.