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