chore: Fix chart releaser workflow

This commit is contained in:
Marc-Antoine Fernandes 2023-06-02 19:12:14 +02:00
parent 1f28526049
commit 988a736f27
No known key found for this signature in database
GPG Key ID: BEB024CA23D715A1

View File

@ -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 }}"