Merge pull request #7 from Moderlab-Production/develop
Fix orthographic error
This commit is contained in:
@@ -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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user