We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0f7c0f + 40d9907 commit 2af82e6Copy full SHA for 2af82e6
1 file changed
.github/workflows/nuget.yml
@@ -18,7 +18,11 @@ jobs:
18
- name: Setup .NET
19
uses: actions/setup-dotnet@v3
20
with:
21
- dotnet-version: 7.0.x
+ dotnet-version: |
22
+ 6.0.x
23
+ 7.0.x
24
+ 8.0.x
25
+ 9.0.x
26
27
- name: Extract Package Version
28
id: get_version
@@ -45,4 +49,4 @@ jobs:
45
49
run: dotnet nuget push "**/*.nupkg" --source "github"
46
50
47
51
- name: Publish to NuGet
48
- run: dotnet nuget push "**/*.nupkg" --source ${{ env.NUGET_SOURCE }} --api-key ${{ secrets.NUGET_API_KEY }}
52
+ run: dotnet nuget push "**/*.nupkg" --source ${{ env.NUGET_SOURCE }} --api-key ${{ secrets.NUGET_API_KEY }}
0 commit comments