Skip to content

Commit

Permalink
chore: update chart releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Apr 11, 2023
1 parent 9c2d257 commit a3a45f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if: success()
- run: |
go run cmd/updater/updater.go --file charts/uptrends/Chart.yaml --version ${{ env.RELEASE_VERSION }}
- uses: helm/chart-releaser-action@v1.4.1
- uses: helm/chart-releaser-action@v1.5.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand Down

0 comments on commit a3a45f4

Please sign in to comment.