Skip to content

Commit 58ad363

Browse files
fix: update Git configuration and chart-releaser conditions to use feat/main branch
1 parent 94b3e24 commit 58ad363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-helm-charts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ jobs:
6565
done
6666
6767
- name: Configure Git
68-
if: github.ref == 'refs/heads/feat/model-chart'
68+
if: github.ref == 'refs/heads/feat/main'
6969
run: |
7070
git config user.name "github-actions[bot]"
7171
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
7272
7373
- name: Run chart-releaser
74-
if: github.ref == 'refs/heads/feat/model-chart'
74+
if: github.ref == 'refs/heads/feat/main'
7575
uses: helm/chart-releaser-action@v1.6.0
7676
with:
7777
charts_dir: charts

0 commit comments

Comments
 (0)