Skip to content

Commit

Permalink
fix: version substitution for consumer auth provider (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav-affinidi authored Feb 3, 2025
1 parent fc4bed7 commit 99f1a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dart/consumer_auth_provider/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"options": {
"cwd": "{projectRoot}",
"commands": [
"sed -i '' \"s|^version: .*|version: ${RELEASE_VERSION}|\" pubspec.yaml",
"sed -i \"s|^version: .*|version: ${RELEASE_VERSION}|\" pubspec.yaml",
"dart pub publish --skip-validation --force"
],
"parallel": false
Expand Down

0 comments on commit 99f1a39

Please sign in to comment.