Skip to content

Commit cb0bb2f

Browse files
committed
chore: release using net 6
1 parent 38d5a20 commit cb0bb2f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- dev
77
- master
8+
- main
89

910
jobs:
1011
build_artifact:
@@ -16,7 +17,7 @@ jobs:
1617
- name: Setup .NET Core
1718
uses: actions/setup-dotnet@v1
1819
with:
19-
dotnet-version: 3.1.200
20+
dotnet-version: 6.0.x
2021
- name: Build with dotnet
2122
run: dotnet build --configuration Release /home/runner/work/EasyCaching/EasyCaching/EasyCaching.sln
2223
- name: Pack with dotnet

.github/workflows/release_stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET Core
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 3.1.200
18+
dotnet-version: 6.0.x
1919
- name: Build with dotnet
2020
run: dotnet build --configuration Release /home/runner/work/EasyCaching/EasyCaching/EasyCaching.sln
2121
- name: Pack with dotnet

0 commit comments

Comments
 (0)