From b96b2ce99faaebfd2cd96d7d640d58fefe75b8b4 Mon Sep 17 00:00:00 2001 From: confusingboat Date: Sun, 17 Mar 2024 22:54:23 -0500 Subject: [PATCH] try ignoring height? --- .github/workflows/tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index c1e2939..2dc1934 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -26,7 +26,7 @@ on: value: ${{ jobs.tag.outputs.is-prerelease }} env: - #MinVerIgnoreHeight: true + MinVerIgnoreHeight: true DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1 DOTNET_NOLOGO: true