diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a339ab5..ac7389c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,13 +20,11 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v4 - with: - ref: main - fetch-tags: true # Runs a set of commands using the runners shell - name: Configure Git run: | + git fetch --tags git config --local core.autocrlf "false" git config --local user.name "irkode" git config --global user.email "irkode@rikode.de"