Skip to content

Commit 276672b

Browse files
authored
Merge pull request #239 from skyerus/fix/make-helm-package
chore: fix make helm-package command in release charts workflow
2 parents 219c127 + 3fc9735 commit 276672b

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)