Skip to content

Commit

Permalink
Don't explicitly set app version and version in release job
Browse files Browse the repository at this point in the history
Let's get these from the chart file itself as it already has the correct
info.

Signed-off-by: Juan Antonio Osorio <[email protected]>
  • Loading branch information
JAORMX committed Jul 31, 2024
1 parent a576873 commit 0350545
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0350545

Please sign in to comment.