Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
chore: fix release rc
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Bühler committed May 2, 2022
1 parent 2e4d042 commit d9f812b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
[
"@semantic-release/exec",
{
"prepareCmd": "cd WirePact.Operator && dotnet build --configuration Release && cd ../"
"prepareCmd": "cd Operator && dotnet build --configuration Release && cd ../"
}
],
[
"@semantic-release/exec",
{
"prepareCmd": "cd WirePact.Operator/config/install && ../../../kustomize edit set image operator=ghcr.io/wirepact/k8s-operator:${nextRelease.version} && cd ../../.."
"prepareCmd": "cd Operator/config/install && ../../../kustomize edit set image operator=ghcr.io/wirepact/k8s-operator:${nextRelease.version} && cd ../../.."
}
],
[
"@semantic-release/git",
{
"assets": ["WirePact.Operator/config/**/*"]
"assets": ["Operator/config/**/*"]
}
]
],
Expand Down

0 comments on commit d9f812b

Please sign in to comment.