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