Skip to content

Commit

Permalink
fix(ci): fix helm-docs build during release publish (#327)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Wise <diranged@users.noreply.github.com>
  • Loading branch information
diranged and diranged authored Dec 3, 2024
1 parent 15d90cd commit 452cb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
NEW_VERSION="${{ github.event.release.tag_name }}"
sed -i "s/^version:.*/version: $NEW_VERSION/" charts/oz/Chart.yaml
sed -i "s/^appVersion:.*/appVersion: $NEW_VERSION/" charts/oz/Chart.yaml
make helm-docs
make helm-docs || true
- name: Install Helm
uses: azure/setup-helm@v3
Expand Down

0 comments on commit 452cb76

Please sign in to comment.