Fix release by reverting a change in 3844af0a25

This commit is contained in:
modmuss50 2024-04-03 15:53:47 +01:00
parent e7bca6936e
commit 9d8968f5a3

View file

@ -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