mirror of
https://github.com/eliasstepanik/caddy-ingess.git
synced 2026-01-10 03:58:28 +00:00
chore: Fix chart releaser workflow
This commit is contained in:
parent
1f28526049
commit
988a736f27
3
.github/workflows/release-chart.yml
vendored
3
.github/workflows/release-chart.yml
vendored
@ -13,6 +13,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Configure Git
|
||||
run: |
|
||||
@ -23,5 +25,6 @@ jobs:
|
||||
uses: helm/chart-releaser-action@v1
|
||||
with:
|
||||
charts_dir: charts
|
||||
mark_as_latest: false
|
||||
env:
|
||||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user