mirror of
https://github.com/yawaflua/WebSockets.git
synced 2025-12-09 20:09:32 +02:00
Update nuget.yml
This commit is contained in:
8
.github/workflows/nuget.yml
vendored
8
.github/workflows/nuget.yml
vendored
@@ -18,7 +18,11 @@ jobs:
|
|||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: 7.0.x
|
dotnet-version: |
|
||||||
|
6.0.x
|
||||||
|
7.0.x
|
||||||
|
8.0.x
|
||||||
|
9.0.x
|
||||||
|
|
||||||
- name: Extract Package Version
|
- name: Extract Package Version
|
||||||
id: get_version
|
id: get_version
|
||||||
@@ -45,4 +49,4 @@ jobs:
|
|||||||
run: dotnet nuget push "**/*.nupkg" --source "github"
|
run: dotnet nuget push "**/*.nupkg" --source "github"
|
||||||
|
|
||||||
- name: Publish to NuGet
|
- name: Publish to NuGet
|
||||||
run: dotnet nuget push "**/*.nupkg" --source ${{ env.NUGET_SOURCE }} --api-key ${{ secrets.NUGET_API_KEY }}
|
run: dotnet nuget push "**/*.nupkg" --source ${{ env.NUGET_SOURCE }} --api-key ${{ secrets.NUGET_API_KEY }}
|
||||||
|
|||||||
Reference in New Issue
Block a user