From 3312284d9241c676362c838368c254754aee112f Mon Sep 17 00:00:00 2001 From: stilobique Date: Tue, 1 Feb 2022 16:02:27 +0100 Subject: [PATCH] Fix orthographic error --- .github/workflows/initialyse_data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/initialyse_data.yml b/.github/workflows/initialyse_data.yml index 7f00425..37878e1 100644 --- a/.github/workflows/initialyse_data.yml +++ b/.github/workflows/initialyse_data.yml @@ -55,7 +55,7 @@ jobs: echo "::set-output name=version::${tag:1}" echo "::set-output name=draft::false" elif [ "${{ github.event.action }}" == "opened" ]; then - echo "::set-output name=version::${{ step.new_semantic_setup.outputs.version }}" + echo "::set-output name=version::${{ steps.new_semantic_setup.outputs.version }}" echo "::set-output name=draft::true" else echo "::set-output name=version::${tag:1}"