From 2ca8fa0e263964f2a4d7b9f9bb82259f0caea620 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Wed, 20 Apr 2022 23:54:46 +0100 Subject: [PATCH] Fix release.yml --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3bd952b0..50a51a883 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,7 @@ jobs: options: --user root steps: - run: apt update && apt install git -y + - run: git config --global --add safe.directory /__w/TechReborn/TechReborn - uses: actions/checkout@v2 with: fetch-depth: 0