Skip to content

Commit

Permalink
Merge pull request #85 from ossfellow/fix/helm-release
Browse files Browse the repository at this point in the history
fix: typo in helm package name
  • Loading branch information
ossfellow authored Nov 2, 2024
2 parents 75f270c + a955f30 commit 2577b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2577b37

Please sign in to comment.