Skip to content

Commit 1d4cc4a

Browse files
authored
Merge pull request #240 from skyerus/fix/tagged-release-helm-release-workflow
fix: include release tag in helm charts publishing
2 parents a35cc7e + 2746716 commit 1d4cc4a

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: IMG=ghcr.io/open-feature/open-feature-operator:main make helm-package
164+
run: IMG=ghcr.io/open-feature/open-feature-operator:${{ needs.release-please.outputs.release_tag_name }} make helm-package
165165

166166
- name: Commit files
167167
run: |

0 commit comments

Comments
 (0)