From 19d750c8bf73996295c6c1e534edd7000c683316 Mon Sep 17 00:00:00 2001 From: Max Horstmann Date: Sun, 23 Jan 2022 04:50:20 -0500 Subject: [PATCH] Clean up NuGet workflow (#768) * create release (disable nuget push for now) * nudge * skip tests * use Powershell because Windows runner * gh version outdated? * try ubuntu? * Revert "try ubuntu?" This reverts commit ee256b1d4709e74e5ebd2d32842d47260616c320. * install it via choco? * different command * Revert "different command" This reverts commit 55f31bdb5d28f4acbf942c1db5fbdcfc412a8eca. * ooh it just needs GITHUB_TOKEN * clean up, add comment * move further down * re-enable everything * indent * fix RegEx so that it supports higher version numbers * debug * Revert "debug" This reverts commit 243b8208277390f1369645162d214fb55efe3682. * confirmed that cli is on latest now. clean this up. * nudge * skip tests * disable push * Revert "disable push" This reverts commit 143978d9e44972a502da3e8504e085d31c7669c7. * Revert "skip tests" This reverts commit 4362d21534f29262977cf121f1cea934ad90ec03. --- .github/workflows/nuget.yaml | 5 ----- 1 file changed, 5 deletions(-) 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: