We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b3e24 commit 58ad363Copy full SHA for 58ad363
.github/workflows/release-helm-charts.yml
@@ -65,13 +65,13 @@ jobs:
65
done
66
67
- name: Configure Git
68
- if: github.ref == 'refs/heads/feat/model-chart'
+ if: github.ref == 'refs/heads/feat/main'
69
run: |
70
git config user.name "github-actions[bot]"
71
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
72
73
- name: Run chart-releaser
74
75
uses: helm/chart-releaser-action@v1.6.0
76
with:
77
charts_dir: charts
0 commit comments