From 7998691774a07b191e5e88f1f134abd2bb2fbbb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81ach?= Date: Mon, 19 Feb 2024 11:02:04 +0100 Subject: [PATCH] release draft workflow fix (#777) --- .github/workflows/release-draft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index 2babecc8e..26b1fa6a3 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 30 env: baseImage: ${{ matrix.baseImage }} - dotnetSdkVersion: 8.0.200 + dotnetSdkVersion: 7.0.406 steps: - uses: actions/checkout@v3.5.3 - name: Build Docker image