Skip to content

Commit

Permalink
fix: update sed command in releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypicalpro committed Dec 29, 2020
1 parent 9f50e2e commit 2b7a8f4
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 @@
"changelogFile": "CHANGELOG.md"
}],
["@semantic-release/exec", {
"prepareCmd": "sed -i \"s\/image:\\s*[\\\"\\']\\?[^\\\"\\'[:space:]]\\+[\\\"\\']\\?\/image: docker:\\\/\\\/ghcr.io\\\/newrelic\\\/repolinter-action:${nextRelease.gitTag}\/\" action.yml"
"prepareCmd": "sed -i -E \"s/image:\\s*[\\\"\\']?[^\\\"\\'[:space:]]+[\\\"\\']?/image: docker:\\/\\/ghcr.io\\/newrelic\\/repolinter-action:${nextRelease.gitTag}/\" action.yml"
}],
["@semantic-release/npm", {
"npmPublish": false
Expand Down

0 comments on commit 2b7a8f4

Please sign in to comment.