chore: code clean up (#959)

This commit is contained in:
Tonye Jack
2023-01-19 15:49:37 -07:00
committed by GitHub
parent 57d9664f8e
commit 299748b520

View File

@@ -12,9 +12,6 @@ IS_TAG="false"
if [[ "$GITHUB_REF" == "refs/tags/"* ]]; then
IS_TAG="true"
fi
if [[ "$GITHUB_REF" == "refs/tags/"* ]]; then
EXTRA_ARGS="--prune --no-recurse-submodules"
fi