Fix helm release ci

This commit is contained in:
Zoe Roux 2025-01-05 21:55:58 +01:00 committed by GitHub
parent 727f548a80
commit 45698e1d18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,8 +31,6 @@ jobs:
run: |
export tag=$(echo ${GITHUB_REF#refs/tags/} | sed 's/^v//')
helm package ./chart --version $tag --app-version $tag
env:
GITHUB_REF: ${{ github.ref }}
- name: Push Helm Chart to GHCR
run: |