Merge pull request #4555 from wekan/dependabot/github_actions/helm/chart-releaser-action-1.4.0

Bump helm/chart-releaser-action from 1.1.0 to 1.4.0
This commit is contained in:
Lauri Ojansivu 2022-06-07 00:35:01 +03:00 committed by GitHub
commit 0c8e812991
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,6 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0
uses: helm/chart-releaser-action@v1.4.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"