Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zhelyan authored Feb 8, 2023
1 parent 483f58c commit ab2c382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ jobs:
git config user.email "${{ github.actor }}@users.noreply.github.com"
- name: Publish Charts
uses: helm/chart-releaser-action@v1.4.0
uses: helm/chart-releaser-action@v1.5.0
with:
version: v1.4.0
version: v1.5.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit ab2c382

Please sign in to comment.