We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6579be commit 34830c2Copy full SHA for 34830c2
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup .NET
20
uses: actions/setup-dotnet@v3
21
with:
22
- dotnet-version: '9.0.x'
+ dotnet-version: '10.0.x'
23
- name: Setup NuGet 5.x
24
uses: nuget/setup-nuget@v1
25
@@ -73,7 +73,7 @@ jobs:
73
- name: Setup .NET Core
74
75
76
77
- name: Push NuGet
78
run: |
79
dotnet nuget push ${{ steps.download-artifacts.outputs.download-path }}\*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_ORG_API_KEY }}
0 commit comments