Skip to content

Commit

Permalink
fix: Try fix semantic release of manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
Otard95 committed May 18, 2023
1 parent 32a29b3 commit 2cba72b
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 @@ -7,7 +7,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "sed -i 's/ \"version\": \".*\",/ \"version\": \"${nextRelease.version}\",/' manifest.*.json"
"prepareCmd": "sed -i 's/ \"version\": \".*\",/ \"version\": \"${nextRelease.version}\",/' manifest.*.json && git add ."
}
],
"@semantic-release/github",
Expand Down

0 comments on commit 2cba72b

Please sign in to comment.