From 052c6ac89bb7b6490201e3112e88a6f3f5404746 Mon Sep 17 00:00:00 2001 From: Alexey Zimarev Date: Tue, 12 Oct 2021 13:13:36 +0200 Subject: [PATCH] Fix the build --- .github/workflows/preview.yml | 1 + .github/workflows/publish.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index c47f855..bb68cc0 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -14,6 +14,7 @@ jobs: - uses: actions/setup-dotnet@v1 with: dotnet-version: '6.0.x' + include-prerelease: true source-url: https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json env: NUGET_AUTH_TOKEN: '%NUGET_AUTH_TOKEN%' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a8085f4..052aba6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,6 +18,7 @@ jobs: - uses: actions/setup-dotnet@v1 with: dotnet-version: '6.0.x' + include-prerelease: true source-url: https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json env: NUGET_AUTH_TOKEN: '%NUGET_AUTH_TOKEN%'