We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d0149 commit 41656d5Copy full SHA for 41656d5
.github/workflows/release.yaml
@@ -29,7 +29,7 @@ jobs:
29
- run: |
30
make update-flagd
31
go mod tidy
32
- cp schemas/json-schema/flagd-definitions.json pkg/utils/flagd-definitions.json
+ cp schemas/json/flagd-definitions.json pkg/utils/flagd-definitions.json
33
make controller-gen
34
IMG=ghcr.io/open-feature/open-feature-operator:${GITHUB_REF#refs/*/} make release-manifests
35
0 commit comments