Skip to content

Commit 2af82e6

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents f0f7c0f + 40d9907 commit 2af82e6

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/nuget.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ jobs:
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v3
2020
with:
21-
dotnet-version: 7.0.x
21+
dotnet-version: |
22+
6.0.x
23+
7.0.x
24+
8.0.x
25+
9.0.x
2226
2327
- name: Extract Package Version
2428
id: get_version
@@ -45,4 +49,4 @@ jobs:
4549
run: dotnet nuget push "**/*.nupkg" --source "github"
4650

4751
- 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

Comments
 (0)