Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
domechn committed Jul 13, 2021
1 parent c9e5a0e commit c66eaf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths:
- charts/*/Chart.yaml
- .github/workflows/release.yaml

jobs:
release:
Expand All @@ -27,7 +28,7 @@ jobs:

- name: Add dependency chart repos
run: |
helm repo add stable https://charts.helm.sh/stable
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Run chart-releaser
uses: helm/[email protected]
env:
Expand Down

0 comments on commit c66eaf3

Please sign in to comment.