Skip to content

Commit

Permalink
fix: disable self-repo helm add
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Jul 8, 2024
1 parent 76e5d2d commit 39c0d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Add Helm repo
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add rssnext https://rssnext.github.io/helm-charts
# helm repo add rssnext https://rssnext.github.io/helm-charts

- name: Run chart-releaser
uses: helm/[email protected]
Expand Down

0 comments on commit 39c0d3f

Please sign in to comment.