diff --git a/.github/workflows/nuget.yaml b/.github/workflows/nuget.yaml index a52289bff..a90552383 100644 --- a/.github/workflows/nuget.yaml +++ b/.github/workflows/nuget.yaml @@ -41,11 +41,6 @@ jobs: - name: dotnet nuget push run: dotnet nuget push pkg\*.nupkg -s https://www.nuget.org/ -k ${{ secrets.nuget_api_key }} - # This step can be removed when GH runner has gh version 2.4.0 (2021-12-21) or higher - # As of 1/8/2022, runner has 2.3.0 which doesn't support --generate-notes below - - name: install latest gh cli - run: choco install gh - - name: create release shell: pwsh env: