From bd4c2d7c36d21d5509110eafb6bc4ceeca92801a Mon Sep 17 00:00:00 2001 From: Daan Verstraten Date: Thu, 22 Jun 2023 10:48:42 +0200 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) 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