Merge pull request #4805 from wekan/dependabot/github_actions/helm/chart-releaser-action-1.5.0

Bump helm/chart-releaser-action from 1.4.1 to 1.5.0
This commit is contained in:
Lauri Ojansivu 2023-01-09 22:24:52 +02:00 committed by GitHub
commit c817deef9e
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.4.1
uses: helm/chart-releaser-action@v1.5.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"