Skip to content

Commit

Permalink
[fix] Fix typo
Browse files Browse the repository at this point in the history
due copy/pasta
  • Loading branch information
didierofrivia committed Jul 23, 2024
1 parent 6168a9c commit c4bdcb5
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 @@ -39,8 +39,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: authorino-operator-${{ env.OPERATOR_VERSION }}.tgz
asset_name: chart-authorino-operator-${{ env.OPERATOR_VERSION }}.tgz
tag: ${{ github.ref }}
overwrite: true

Expand Down

0 comments on commit c4bdcb5

Please sign in to comment.