diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa8c59a..bcf4a19 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,8 +26,6 @@ jobs: run: nuget install NUnit.ConsoleRunner -Version 3.17.0 -DirectDownload -OutputDirectory . - name: Install dependencies run: dotnet restore - - name: Install dependencies - run: dotnet restore - name: Build run: dotnet build --configuration Release --no-restore /p:version=${{ env.version }} - name: Tests