From 30959b3b54984f9c617eef8400b46103828e7cfc Mon Sep 17 00:00:00 2001 From: Daan Date: Thu, 21 May 2026 10:15:09 +0200 Subject: [PATCH] chore: fix release error and change release order in the workflow --- .gitea/workflows/release-version.yml | 7 +++---- Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/release-version.yml b/.gitea/workflows/release-version.yml index 14aa9c3..5c45fda 100644 --- a/.gitea/workflows/release-version.yml +++ b/.gitea/workflows/release-version.yml @@ -52,12 +52,11 @@ jobs: run: | # Install Helm GPG plugin helm plugin install https://github.com/technosophos/helm-gpg.git --verify=false - helm dependency build - helm package --version "${GITHUB_REF#refs/tags/v}" ./ # Package the chart - mkdir actions - mv actions*.tgz actions/ + mkdir ./actions + helm dependency build + helm package --version "${GITHUB_REF#refs/tags/v}" --destionation ./actions ./ curl -s -L -o actions/index.yaml https://dl.gitea.com/charts/index.yaml helm repo index actions/ --url https://dl.gitea.com/charts --merge actions/index.yaml diff --git a/Chart.yaml b/Chart.yaml index 6b3b902..ef702d0 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -name: gitea-actions +name: actions description: Gitea Actions chart for Kubernetes type: application version: 0.1.1