Skip to content

Commit

Permalink
address "Invalid Semantic Version" error when building helm chart for… (
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 authored Jun 4, 2024
1 parent b3d1338 commit 30210a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -768,8 +768,8 @@ jobs:
uses: ./.github/workflows/publish-helm.yml
with:
branch: ${{ github.ref_name }}
ic_version: ${{ github.ref_type == 'tag' && needs.checks.outputs.ic_version || '0.0.0-edge' }}
chart_version: ${{ github.ref_type == 'tag' && needs.checks.outputs.chart_version || 'edge' }}
ic_version: ${{ github.ref_type == 'tag' && needs.checks.outputs.ic_version || 'edge' }}
chart_version: ${{ github.ref_type == 'tag' && needs.checks.outputs.chart_version || '0.0.0-edge' }}
nginx_helm_repo: ${{ github.ref_type == 'tag' }}
secrets: inherit

Expand Down

0 comments on commit 30210a6

Please sign in to comment.