Skip to content

Commit 530811f

Browse files
authored
Update nuget-publish.yml
1 parent 079508c commit 530811f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/nuget-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111
- name: Checkout repository
1212
uses: actions/checkout@v1
1313
- name: Setup .NET Core @ Latest
14-
uses: actions/setup-dotnet@v1
15-
with:
16-
dotnet-version: '3.1.x'
14+
uses: actions/setup-dotnet@v3
1715
env:
1816
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY }}
1917
- name: Build solution and generate NuGet package

0 commit comments

Comments
 (0)