Skip to content

Commit 41656d5

Browse files
authored
Update release.yaml
Signed-off-by: Alex Jones <[email protected]>
1 parent 82d0149 commit 41656d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- run: |
3030
make update-flagd
3131
go mod tidy
32-
cp schemas/json-schema/flagd-definitions.json pkg/utils/flagd-definitions.json
32+
cp schemas/json/flagd-definitions.json pkg/utils/flagd-definitions.json
3333
make controller-gen
3434
IMG=ghcr.io/open-feature/open-feature-operator:${GITHUB_REF#refs/*/} make release-manifests
3535

0 commit comments

Comments
 (0)