From 2f12f6c9db5a1fffd0c1063b8e55df2220dfcd68 Mon Sep 17 00:00:00 2001 From: "Gui.H" <740360381@qq.com> Date: Wed, 12 Oct 2022 10:40:36 +0800 Subject: [PATCH] Update dotnetcore.yml --- .github/workflows/dotnetcore.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 77cb607..0b5c5f5 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -18,6 +18,7 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 7.0.* + include-prerelease: true - name: Build with dotnet run: chmod +x ./publish-win.sh && ./publish-win.sh @@ -31,7 +32,7 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 7.0.* - + include-prerelease: true # Publish - name: publish on version change id: publish_nuget @@ -77,6 +78,7 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 7.0.* + include-prerelease: true # Publish - name: publish on version change