Skip to content

Commit d5b85e5

Browse files
authored
Use main branch for helm/chart-releaser-action (#70)
It seems helm has renamed their HEAD from master to main. Update the github workflow to reflect that. Fixes #69
1 parent 50f6941 commit d5b85e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/helmchart-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
git config user.email "[email protected]"
1818
1919
- name: Run chart-releaser
20-
uses: helm/chart-releaser-action@master
20+
uses: helm/chart-releaser-action@main
2121
with:
2222
charts_dir: charts
2323
env:

0 commit comments

Comments
 (0)