Skip to content

Commit ed10b8f

Browse files
committed
fix: Override helm version
1 parent e604124 commit ed10b8f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ jobs:
5252
with:
5353
fetch-depth: 1
5454

55-
- name: Replace git-tag in Chart.yaml
56-
run: |
57-
sed -i "s/git-tag/${{ github.ref_name }}/g" helm/plaincooking-helm/Chart.yaml
58-
5955
- name: Login to ghcr.io
6056
uses: docker/login-action@v3
6157
with:
@@ -65,5 +61,5 @@ jobs:
6561

6662
- name: Push chart
6763
run: |
68-
helm package helm/plaincooking-helm
64+
helm package helm/plaincooking-helm --version ${{ github.ref_name }} --app-version ${{ github.ref_name }}
6965
helm push "plaincooking-helm-${{ github.ref_name }}.tgz" "oci://ghcr.io/${{ github.actor }}/plaincooking"

0 commit comments

Comments
 (0)