This is an automated email from the ASF dual-hosted git repository.
ashishtiwari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new a702cf0 fix: update version for chart-releaser action (#887)
a702cf0 is described below
commit a702cf08331ff3004c26cf6d0ba6c5e52d2e8a86
Author: Ashish Tiwari <[email protected]>
AuthorDate: Thu Oct 16 14:01:54 2025 +0530
fix: update version for chart-releaser action (#887)
---
.github/workflows/release.yaml | 1 +
1 file changed, 1 insertion(+)
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 @@ jobs:
uses: ./.github/actions/chart-releaser-action
with:
charts_dir: .
+ version: v1.8.1
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true