Skip to content

Commit 19d750c

Browse files
authored
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 ee256b1. * install it via choco? * different command * Revert "different command" This reverts commit 55f31bd. * 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 243b820. * confirmed that cli is on latest now. clean this up. * nudge * skip tests * disable push * Revert "disable push" This reverts commit 143978d. * Revert "skip tests" This reverts commit 4362d21.
1 parent 0e7ddae commit 19d750c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/nuget.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ jobs:
4141
- name: dotnet nuget push
4242
run: dotnet nuget push pkg\*.nupkg -s https://www.nuget.org/ -k ${{ secrets.nuget_api_key }}
4343

44-
# This step can be removed when GH runner has gh version 2.4.0 (2021-12-21) or higher
45-
# As of 1/8/2022, runner has 2.3.0 which doesn't support --generate-notes below
46-
- name: install latest gh cli
47-
run: choco install gh
48-
4944
- name: create release
5045
shell: pwsh
5146
env:

0 commit comments

Comments
 (0)