diff --git a/.github/workflows/publish_to_nuget.yml b/.github/workflows/publish_to_nuget.yml index af3f651..2e05687 100644 --- a/.github/workflows/publish_to_nuget.yml +++ b/.github/workflows/publish_to_nuget.yml @@ -20,10 +20,6 @@ jobs: env: NUGET_AUTH_TOKEN: ${{secrets.NugetAuthToken}} - # Setup Nuget.exe - - name: Setup NuGet.exe for use with actions - uses: NuGet/setup-nuget@v1.0.2 - # Build and pack - name: Build solution and generate NuGet package run: ./pack.sh @@ -38,4 +34,4 @@ jobs: # Push to NuGet - name: Push generated package to GitHub registry - run: dotnet nuget push '**/Piranha*.nupkg' --skip-duplicate -k ${{ secrets.NugetAuthToken }} \ No newline at end of file + run: dotnet nuget push '**/Piranha*.nupkg' --skip-duplicate -k ${{ secrets.NugetAuthToken }}