diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0904920e..32a42280b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: options: --user root steps: - run: apt update && apt install git -y && git --version - - run: git config --global --add safe.directory /__w/fabric/fabric + - run: git config --global --add safe.directory /__w/ForgifiedFabricAPI/ForgifiedFabricAPI - uses: actions/checkout@v4 with: fetch-depth: 0