Skip to content

Commit

Permalink
Merge pull request #914 from gliptak/patch-1
Browse files Browse the repository at this point in the history
Bump chart-releaser-action to v1.2.1
  • Loading branch information
k8s-ci-robot authored Jun 3, 2021
2 parents 3df341a + 027cc7e commit a2a1b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0
uses: helm/chart-releaser-action@v1.2.1
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand Down

0 comments on commit a2a1b1f

Please sign in to comment.