We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8746a7a + 627f814 commit 208b096Copy full SHA for 208b096
1 file changed
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
fetch-depth: 0
18
19
- uses: microsoft/setup-msbuild@v1
20
- - uses: NuGet/setup-nuget@v1.0.5
+ - uses: NuGet/setup-nuget@v1.0.7
21
22
- name: Restore NuGet packages
23
run: nuget restore NHtmlUnit.sln
@@ -72,7 +72,7 @@ jobs:
72
with:
73
name: NHtmlUnit.nupkg
74
75
76
77
- name: Publish To NuGet.org
78
run: nuget push *.nupkg -Source nuget.org -ApiKey ${{ secrets.NUGET_API_KEY }}
0 commit comments