From 15214f4b6721d18b0183070d6de9ebb4dbf79f31 Mon Sep 17 00:00:00 2001 From: hadashiA Date: Thu, 14 Sep 2023 16:13:44 +0900 Subject: [PATCH] Add dotnet 8.0 to the release action --- .github/workflows/build-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index a48a6e2..b3149e2 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -37,6 +37,7 @@ jobs: dotnet-version: | 6.0.x 7.0.x + 8.0.x - run: dotnet build -c Release -p:Version=${{ env.GIT_TAG }} - run: dotnet test -c Release -p:Version=${{ env.GIT_TAG }} - run: dotnet pack -c Release --no-build -p:Version=${{ env.GIT_TAG }} -o ./publish