Skip to content

Commit

Permalink
Skip GH release for Helm chart (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
afritzler authored Feb 27, 2025
1 parent 86377c9 commit a3933bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
git config user.email "[email protected]"
- name: Run chart-releaser
uses: bitdeps/[email protected]
uses: afritzler/helm-oci-charts-releaser@skip-gh-release
# uses: bitdeps/[email protected]
with:
oci_registry: ghcr.io/${{ github.repository_owner }}/charts
github_token: ${{ secrets.GITHUB_TOKEN }}
oci_password: ${{ secrets.GITHUB_TOKEN }}
oci_username: ${{ github.actor }}
skip_gh_release: true

0 comments on commit a3933bb

Please sign in to comment.