diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 219ae01461..6dbfbed6ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,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/quilted-fabric-api/quilted-fabric-api - uses: actions/checkout@v4 with: fetch-depth: 0