We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079508c commit 530811fCopy full SHA for 530811f
1 file changed
.github/workflows/nuget-publish.yml
@@ -11,9 +11,7 @@ jobs:
11
- name: Checkout repository
12
uses: actions/checkout@v1
13
- name: Setup .NET Core @ Latest
14
- uses: actions/setup-dotnet@v1
15
- with:
16
- dotnet-version: '3.1.x'
+ uses: actions/setup-dotnet@v3
17
env:
18
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY }}
19
- name: Build solution and generate NuGet package
0 commit comments