Skip to content

Commit

Permalink
fix prod-release chart name bug (#4579)
Browse files Browse the repository at this point in the history
  • Loading branch information
jklugherz authored Jan 13, 2025
1 parent 9fd48fc commit 8ab0748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
yq -i '
.appVersion = "${{ github.event.workflow_run.head_sha }}" |
.version = "${{ steps.bump.outputs.new_version }}"
' charts/hail-search/Chart.yaml
' charts/seqr/Chart.yaml
- name: Commit and Push changes
uses: Andro999b/push@v1.3
Expand Down

0 comments on commit 8ab0748

Please sign in to comment.