mirror of
https://github.com/eliasstepanik/caddy-ingess.git
synced 2026-01-10 03:58:28 +00:00
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
This commit is contained in:
parent
50f6941db3
commit
d5b85e5d7a
2
.github/workflows/helmchart-release.yml
vendored
2
.github/workflows/helmchart-release.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
||||
|
||||
- name: Run chart-releaser
|
||||
uses: helm/chart-releaser-action@master
|
||||
uses: helm/chart-releaser-action@main
|
||||
with:
|
||||
charts_dir: charts
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user