Merge pull request #7 from Moderlab-Production/develop

Fix orthographic error
This commit is contained in:
Aurelien Vaillant
2022-02-01 16:03:46 +01:00
committed by GitHub
+1 -1
View File
@@ -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}"