| commit | a702cf08331ff3004c26cf6d0ba6c5e52d2e8a86 | [log] [tgz] |
|---|---|---|
| author | Ashish Tiwari <ashishjaitiwari15112000@gmail.com> | Thu Oct 16 14:01:54 2025 +0530 |
| committer | GitHub <noreply@github.com> | Thu Oct 16 14:01:54 2025 +0530 |
| tree | d439ed90e9cf16d26e5eed1c5d34d0de12fb307c | |
| parent | abf89d3dace7b2a72455f75ebf1ce8e1a8d1cb72 [diff] |
fix: update version for chart-releaser action (#887)
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8f7c1ae..311aa88 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml
@@ -36,6 +36,7 @@ uses: ./.github/actions/chart-releaser-action with: charts_dir: . + version: v1.8.1 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" CR_SKIP_EXISTING: true