Fix chart-releaser action

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-12-09 00:58:09 -03:00
parent 1da8a3a3d2
commit 15c2d59e0f
2 changed files with 7 additions and 2 deletions

View file

@ -42,6 +42,9 @@ jobs:
- name: Checkout master
uses: actions/checkout@v2
with:
# Fetch entire history. Required for chart-releaser; see https://github.com/helm/chart-releaser-action/issues/13#issuecomment-602063896
fetch-depth: 0
- name: Setup
shell: bash
@ -50,6 +53,8 @@ jobs:
git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.0.0
uses: helm/chart-releaser-action@v1.1.0
env:
CR_TOKEN: "${{ secrets.PERSONAL_TOKEN }}"
with:
charts_dir: charts

View file

@ -21,4 +21,4 @@ annotations:
# List of changes for the release in artifacthub.io
# https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog
artifacthub.io/changes: |
- Fix 'maxmindLicenseKey' location in values.yaml
- Fix maxmindLicenseKey location in values.yaml