Skip to content

Commit bb94e70

Browse files
committed
Fix
1 parent cf0fb04 commit bb94e70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
with:
2424
github-token: ${{secrets.GITHUB_TOKEN}}
2525

26-
- name: Setup .NET 8
26+
- name: Setup .NET 9
2727
uses: actions/setup-dotnet@master
2828
with:
29-
dotnet-version: 8.x.x
29+
dotnet-version: 9.x.x
3030
include-prerelease: true
3131

3232
- run: dotnet pack -c Release src/FetchBannerlordVersion.Models -o ./packages

0 commit comments

Comments
 (0)