Merge pull request #87 from ckotzbauer/dependabot/github_actions/helm/chart-releaser-action-1.3.0

build(deps): bump helm/chart-releaser-action from 1.2.1 to 1.3.0
This commit is contained in:
Christian Kotzbauer 2022-02-03 14:14:30 +01:00 committed by GitHub
commit 01b2889a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,6 @@ jobs:
helm repo add stable https://charts.helm.sh/stable helm repo add stable https://charts.helm.sh/stable
- name: Run chart-releaser - name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.1 uses: helm/chart-releaser-action@v1.3.0
env: env:
CR_TOKEN: "${{ secrets.CR_TOKEN }}" CR_TOKEN: "${{ secrets.CR_TOKEN }}"