Skip to content

Commit

Permalink
[workflow] Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: dd di cesare <[email protected]>
  • Loading branch information
didierofrivia committed Jul 31, 2024
1 parent 3af0a49 commit 7c9090b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
id: upload-chart
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: limitador-operator-${{ env.OPERATOR_VERSION }}.tgz
asset_name: chart-limitador-operator-${{ env.OPERATOR_VERSION }}.tgz
file: kuadrant-operator-${{ env.OPERATOR_VERSION }}.tgz
asset_name: chart-kuadrant-operator-${{ env.OPERATOR_VERSION }}.tgz
tag: ${{ env.OPERATOR_TAG }}
overwrite: true

Expand Down

0 comments on commit 7c9090b

Please sign in to comment.