diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index baee4f53171..d05b0565e1e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,6 +34,7 @@ jobs: created: ${{ steps.commit.outputs.created }} sha: ${{ steps.commit.outputs.sha }} repo: ${{ steps.commit.outputs.repo }} + helmChartVersion: ${{ steps.commit.outputs.helmChartVersion }} steps: - name: Checkout Repository uses: actions/checkout@v2