From 03505458a4893a0ca091eb71e394fc504c343ea5 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Date: Fri, 19 Jul 2024 09:22:29 +0300 Subject: [PATCH] Don't explicitly set app version and version in release job Let's get these from the chart file itself as it already has the correct info. Signed-off-by: Juan Antonio Osorio --- .github/workflows/release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 73db7cd..c2c5900 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,8 +22,6 @@ jobs: charts_url: 'https://helm.equinixmetal.com' repository: 'charts' branch: gh-pages - app_version: ${{ github.ref_name }} - chart_version: ${{ github.ref_name }} gh-release: name: Create GitHub Release