From f2704d8d5dfb0cd1864753a6092395a4f301f9dd Mon Sep 17 00:00:00 2001 From: asyncapi-bot <61865014+asyncapi-bot@users.noreply.github.com> Date: Wed, 1 Dec 2021 15:52:09 +0100 Subject: [PATCH] ci: update global workflows --- .github/workflows/if-nodejs-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/if-nodejs-release.yml b/.github/workflows/if-nodejs-release.yml index 81a465d8b..71f76077b 100644 --- a/.github/workflows/if-nodejs-release.yml +++ b/.github/workflows/if-nodejs-release.yml @@ -21,6 +21,10 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] steps: + - name: Set git to use LF #to once and for all finish neverending fight between Unix and Windows + run: | + git config --global core.autocrlf false + git config --global core.eol lf - name: Checkout repository uses: actions/checkout@v2 - name: Check if Node.js project and has package.json