Fix orthographic error

This commit is contained in:
2022-02-01 16:02:27 +01:00
parent 858b167ced
commit 3312284d92
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
echo "::set-output name=version::${tag:1}" echo "::set-output name=version::${tag:1}"
echo "::set-output name=draft::false" echo "::set-output name=draft::false"
elif [ "${{ github.event.action }}" == "opened" ]; then 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" echo "::set-output name=draft::true"
else else
echo "::set-output name=version::${tag:1}" echo "::set-output name=version::${tag:1}"