diff --git a/.github/workflows/ci-performance-benchmarks-report.yaml b/.github/workflows/ci-performance-benchmarks-report.yaml index 7869815db7..29d3594984 100644 --- a/.github/workflows/ci-performance-benchmarks-report.yaml +++ b/.github/workflows/ci-performance-benchmarks-report.yaml @@ -77,6 +77,6 @@ jobs: uses: ./.github/actions/ses-email-action with: region: us-west-2 - version: ${{ needs.set-version-actor.outputs.dolt_version }} + version: ${{ github.event.client_payload.dolt_version }} toAddresses: '["${{ github.event.client_payload.actor_email }}"]' dataFile: ${{ format('{0}/results.log', github.workspace) }}