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"