Skip to content

Commit d5f0cfe

Browse files
committed
更新 dotnet 版本
1 parent d23b650 commit d5f0cfe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nuget-tag-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: publish nuget
22

3-
on:
3+
on:
44
push:
55
tags:
66
- '*'
@@ -12,16 +12,16 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v1
15-
15+
1616
- name: Setup .NET Core
1717
uses: actions/setup-dotnet@v1
1818
with:
19-
dotnet-version: 3.1.300
19+
dotnet-version: 8.0.300
2020

2121
- name: Install dotnet tool
2222
run: dotnet tool install -g dotnetCampus.TagToVersion
2323

24-
- name: Set tag to version
24+
- name: Set tag to version
2525
run: dotnet TagToVersion -t ${{ github.ref }}
2626

2727
- name: Build with dotnet

0 commit comments

Comments
 (0)