Skip to content

Commit 26b63b9

Browse files
committed
fix reference to chart
1 parent dd0a439 commit 26b63b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/helm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Package Helm chart
3535
run: |
36-
helm package helm/stac-semantic-search --destination ./chart-packages
36+
helm package helm-chart --destination ./chart-packages
3737
3838
- name: Push Helm chart to GHCR
3939
run: |

0 commit comments

Comments
 (0)