From fa303abad3b1e6cc7219ef1b3fb5c41f77f6d789 Mon Sep 17 00:00:00 2001 From: Alex Hoppen Date: Thu, 24 Oct 2024 11:34:20 -0700 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20build=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 008ab3c2..a980d4a6 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -97,7 +97,7 @@ jobs: strategy: fail-fast: false matrix: - release: [true, false] + release: [false] with: linux_pre_build_command: | git config --global --add safe.directory "$(realpath .)"