Skip to content

Commit 8dba7da

Browse files
fix: Chart version bump (#854)
* fix: Chart version bump Signed-off-by: Milos Backonja <[email protected]> * fix: Chart version bump Signed-off-by: Milos Backonja <[email protected]> --------- Signed-off-by: Milos Backonja <[email protected]>
1 parent c9efaf8 commit 8dba7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
[
5454
"@semantic-release/exec",
5555
{
56-
"prepareCmd": "yq -i '.appVersion = \"${nextRelease.version}\"' ./infrastructure/charts/node/Chart.yaml"
56+
"prepareCmd": "yq eval -i '.appVersion = \"${nextRelease.version}\" | .version = \"${nextRelease.version}\"' ./infrastructure/charts/node/Chart.yaml"
5757
}
5858
],
5959
[

0 commit comments

Comments
 (0)