From 9d8968f5a331964b552f22556336b53d99590253 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Wed, 3 Apr 2024 15:53:47 +0100 Subject: [PATCH] Fix release by reverting a change in 3844af0a25dc30865047ed1b3ab1e978e516a7c2 --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f81eb61c6..2630980a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,8 @@ jobs: image: mcr.microsoft.com/openjdk/jdk:21-ubuntu options: --user root steps: + - run: apt update && apt install git -y && git --version + - run: git config --global --add safe.directory /__w/fabric/fabric - uses: actions/checkout@v4 with: fetch-depth: 0