From 7b604778af835ab541b9da5ac70ee290c064a47a Mon Sep 17 00:00:00 2001 From: Trevor Pilley Date: Mon, 20 Nov 2023 16:05:15 +0000 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eaa63d192..c1823264e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -46,7 +46,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Set release version if: github.ref_type == 'tag'