diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 97ba431..19e9b8d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,6 +29,7 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: ${{ env.Dotnet_Version }} + cache: false # Restore dependencies - name: Restore dependencies