Skip to content

Commit

Permalink
fix: include release tag in helm charts publishing
Browse files Browse the repository at this point in the history
Signed-off-by: Skye Gill <gill.skye95@gmail.com>
  • Loading branch information
skyerus committed Nov 18, 2022
1 parent a35cc7e commit 2746716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
run: git merge ${{ needs.release-please.outputs.release_tag_name }}

- name: Generate helm charts
run: IMG=ghcr.io/open-feature/open-feature-operator:main make helm-package
run: IMG=ghcr.io/open-feature/open-feature-operator:${{ needs.release-please.outputs.release_tag_name }} make helm-package

- name: Commit files
run: |
Expand Down

0 comments on commit 2746716

Please sign in to comment.