Skip to content

Commit

Permalink
feat(github-action): update helm/chart-releaser-action action to v1.6.0
Browse files Browse the repository at this point in the history
| datasource  | package                    | from   | to     |
| ----------- | -------------------------- | ------ | ------ |
| github-tags | helm/chart-releaser-action | v1.5.0 | v1.6.0 |
  • Loading branch information
chii-bot[bot] committed Nov 2, 2023
1 parent b07024d commit 400596b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
version: v3.6.3

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_RELEASE_NAME_TEMPLATE: "hajimari-helm-chart-{{ .Version }}"

0 comments on commit 400596b

Please sign in to comment.