From 00f1e637f07ba07d181459cf4a1bfd7f5d6a7bf5 Mon Sep 17 00:00:00 2001 From: gdlcf88 Date: Sat, 14 Jan 2023 20:40:11 +0800 Subject: [PATCH] Fix typo --- .github/workflows/draft-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 7285633..99748fe 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -12,7 +12,7 @@ jobs: os: [macos-latest, ubuntu-latest, windows-latest] steps: - - name: Prerare Git + - name: Prepare Git run: |- git config --global core.longpaths true git config --global core.autocrlf false