chore: fix release error and change release order in the workflow

This commit is contained in:
2026-05-21 10:15:09 +02:00
parent efe7a90392
commit 30959b3b54
2 changed files with 4 additions and 5 deletions
+3 -4
View File
@@ -52,12 +52,11 @@ jobs:
run: | run: |
# Install Helm GPG plugin # Install Helm GPG plugin
helm plugin install https://github.com/technosophos/helm-gpg.git --verify=false 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 # Package the chart
mkdir actions mkdir ./actions
mv actions*.tgz 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 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 helm repo index actions/ --url https://dl.gitea.com/charts --merge actions/index.yaml
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
name: gitea-actions name: actions
description: Gitea Actions chart for Kubernetes description: Gitea Actions chart for Kubernetes
type: application type: application
version: 0.1.1 version: 0.1.1