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 492bd19 commit 424156cCopy full SHA for 424156c
.github/workflows/release.yaml
@@ -23,6 +23,7 @@ jobs:
23
with:
24
go-version: '>=1.17.0'
25
- run: |
26
+ make controller-gen
27
IMG=ghcr.io/open-feature/open-feature-operator:${{ steps.get_version.outputs.VERSION }} make release-manifests
28
29
- name: Release
0 commit comments