diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ddb38ef..a64e5ff 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,12 +21,6 @@ jobs: name: Setup dotnet with: dotnet-version: '7.0.x' - - uses: actions/cache@v1 - with: - path: ~/.nuget/packages - key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} - restore-keys: | - ${{ runner.os }}-nuget- - name: Add Gh Packages Nuget Source run: dotnet nuget add source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json" --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github - name: Restore dependencies