Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Commit

Permalink
fix: update yq command
Browse files Browse the repository at this point in the history
  • Loading branch information
Addon Factory template committed May 26, 2021
1 parent 4bc2b90 commit f765409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/exec", {
"prepareCmd": 'yq eval ".runs.image = \"${nextRelease.version}\"" action.yml'
"prepareCmd": 'yq -i eval ".runs.image = \"${nextRelease.version}\"" action.yml'
}],
["@semantic-release/git", {
"assets": ["action.yaml"],
Expand Down

0 comments on commit f765409

Please sign in to comment.