diff --git a/.github/workflows/release-action.yml b/.github/workflows/release-action.yml index 6e1722a63..ea71d3511 100644 --- a/.github/workflows/release-action.yml +++ b/.github/workflows/release-action.yml @@ -188,7 +188,7 @@ jobs: contains(fromJSON(steps.update-dependencies.outputs.updated), inputs.include-changes) uses: actions/github-script@v6 env: - RELEASE_ID: ${{ steps.upstream-release.outputs.body }} + RELEASE_ID: ${{ steps.release.outputs.id }} DEPENDENCY: ${{ inputs.include-changes }} with: retries: 3