From 138281c62076e42e000f63fdb0d1f6e68773767f Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 14 Nov 2023 17:12:49 +0100 Subject: [PATCH] Fix RELEASE_ID Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- .github/workflows/release-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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