mirror of
https://github.com/yawaflua/WebSockets.git
synced 2025-12-08 19:39:30 +02:00
Merge remote-tracking branch 'origin/master'
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
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: 7.0.x
|
||||
dotnet-version: |
|
||||
6.0.x
|
||||
7.0.x
|
||||
8.0.x
|
||||
9.0.x
|
||||
|
||||
- name: Extract Package Version
|
||||
id: get_version
|
||||
@@ -45,4 +49,4 @@ jobs:
|
||||
run: dotnet nuget push "**/*.nupkg" --source "github"
|
||||
|
||||
- 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