Skip to content

Commit 3fc9735

Browse files
committed
chore: fix make helm-package command in release charts workflow
Signed-off-by: Skye Gill <[email protected]>
1 parent 6850649 commit 3fc9735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
run: git merge ${{ needs.release-please.outputs.release_tag_name }}
162162

163163
- name: Generate helm charts
164-
run: make helm-package
164+
run: IMG=ghcr.io/open-feature/open-feature-operator:main make helm-package
165165

166166
- name: Commit files
167167
run: |

0 commit comments

Comments
 (0)