diff --git a/.github/workflows/publish-charts.yaml b/.github/workflows/publish-charts.yaml index 014ae3b..be8785c 100644 --- a/.github/workflows/publish-charts.yaml +++ b/.github/workflows/publish-charts.yaml @@ -51,7 +51,7 @@ jobs: if: ${{ steps.empty.outputs.is-empty == 'false' && steps.held.outputs.is-held == 'false' }} uses: newrelic/release-toolkit/update-markdown@v1 with: - next-version: ${{ steps.next-version.outputs.version }} + version: ${{ steps.next-version.outputs.next-version }} # Commit to main branch and push changes. Then create a release. - name: Commit and tag release