From 2339bf1226d6510f628b150c35f5922f40427f58 Mon Sep 17 00:00:00 2001 From: Ahn <27772165+ahnpnl@users.noreply.github.com> Date: Thu, 12 Sep 2024 12:15:14 +0200 Subject: [PATCH] build: bring back `id` for `create-release` workflow --- .github/workflows/release_and_publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release_and_publish.yml b/.github/workflows/release_and_publish.yml index c31212b9e6..6d0dfdd0f7 100644 --- a/.github/workflows/release_and_publish.yml +++ b/.github/workflows/release_and_publish.yml @@ -23,7 +23,8 @@ jobs: isLatest: ${{ steps.release_type.outputs.latest }} steps: - - name: Identify release type 🔍 + - id: release_type + name: Identify release type 🔍 # For understanding how to set output read: # https://help.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-output-parameter run: echo "::set-output name=latest::$LATEST"