Skip to content

Commit 860e257

Browse files
authored
ci: Fix auto-release (#382)
1 parent 816ba02 commit 860e257

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up .NET SDK
1717
uses: actions/setup-dotnet@v4
1818
with:
19-
dotnet-version: '5.0.x'
19+
dotnet-version: '6.x'
2020
- name: Cache NuGet packages
2121
uses: actions/cache@v2
2222
with:

.github/workflows/release-automated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up .NET
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: '8'
18+
dotnet-version: '6.x'
1919
# - name: Restore .NET dependencies
2020
# run: dotnet restore /home/runner/work/Parse-SDK-dotNET/Parse-SDK-dotNET/Parse/Parse.csproj
2121
# - name: Build .NET project

0 commit comments

Comments
 (0)