diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 316b7e7..88a8bd2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -68,7 +68,6 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: 7.0.x - cache: true - name: 📥 Restore dependencies run: dotnet restore --verbosity normal