We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0037e54 + 61bd6e1 commit 0723a9eCopy full SHA for 0723a9e
1 file changed
.github/workflows/nuget-tag-publish.yml
@@ -13,11 +13,6 @@ jobs:
13
steps:
14
- uses: actions/checkout@v1
15
16
- - name: Setup .NET Core
17
- uses: actions/setup-dotnet@v1
18
- with:
19
- dotnet-version: 8.0.300
20
-
21
- name: Install dotnet tool
22
run: dotnet tool install -g dotnetCampus.TagToVersion
23
@@ -30,7 +25,7 @@ jobs:
30
25
- name: Install Nuget
31
26
uses: nuget/setup-nuget@v1
32
27
with:
33
- nuget-version: '5.x'
28
+ nuget-version: '6.x'
34
29
35
- name: Add private GitHub registry to NuGet
36
run: |
0 commit comments