Skip to content

Commit

Permalink
Merge pull request #36 from lukibahr/renovate/helm-chart-releaser-act…
Browse files Browse the repository at this point in the history
…ion-1.x

chore(deps): update helm/chart-releaser-action action to v1.5.0
  • Loading branch information
lukibahr committed Oct 4, 2023
2 parents 7aa3038 + 03cff8f commit 1d0497f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Expand Up @@ -73,6 +73,6 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.4.0
uses: helm/chart-releaser-action@v1.5.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 1d0497f

Please sign in to comment.