From a3a45f40e3b4ff041438d2fd565046b9a311a2ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20D=C3=B6ll?= Date: Tue, 11 Apr 2023 16:24:11 +0000 Subject: [PATCH] chore: update chart releaser --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3495c32..56026ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: