Skip to content

Commit 56daf39

Browse files
authored
Update release-binary.yaml
1 parent 7322394 commit 56daf39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-binary.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
run: |
2323
export PATH=${PATH}:`go env GOPATH`/bin
2424
go install github.com/deepmap/oapi-codegen/cmd/[email protected]
25-
make generate
25+
cp schemas/json-schema/flagd-definitions.json pkg/eval/flagd-definitions.json
26+
oapi-codegen --config=./config/open_api_gen_config.yml ./schemas/openapi/provider.yml
2627
-
2728
name: Run GoReleaser
2829
uses: goreleaser/goreleaser-action@v3

0 commit comments

Comments
 (0)