We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23b650 commit d5f0cfeCopy full SHA for d5f0cfe
.github/workflows/nuget-tag-publish.yml
@@ -1,6 +1,6 @@
1
name: publish nuget
2
3
-on:
+on:
4
push:
5
tags:
6
- '*'
@@ -12,16 +12,16 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v1
15
-
+
16
- name: Setup .NET Core
17
uses: actions/setup-dotnet@v1
18
with:
19
- dotnet-version: 3.1.300
+ dotnet-version: 8.0.300
20
21
- name: Install dotnet tool
22
run: dotnet tool install -g dotnetCampus.TagToVersion
23
24
- - name: Set tag to version
+ - name: Set tag to version
25
run: dotnet TagToVersion -t ${{ github.ref }}
26
27
- name: Build with dotnet
0 commit comments