From a955f30b7f04a3d29947dc35a18e5257df1c9f3e Mon Sep 17 00:00:00 2001 From: ossfellow Date: Sat, 2 Nov 2024 12:11:05 -0400 Subject: [PATCH] fix: typo in helm package name --- .github/workflows/helm-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 64b286a..d1326e6 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -119,7 +119,7 @@ jobs: HELM_EXPERIMENTAL_OCI: 1 run: | echo ${{ secrets.GITHUB_TOKEN }} | helm registry login ghcr.io --username ${{ github.actor }} --password-stdin - helm push .helm-charts/sopSeed-${CHART_VERSION}.tgz oci://ghcr.io/${{ github.repository_owner }}/sopseed-chart + helm push .helm-charts/sopseed-${CHART_VERSION}.tgz oci://ghcr.io/${{ github.repository_owner }}/sopseed-chart - name: Create GitHub Release uses: softprops/action-gh-release@v2