From 0df0a08f092adc5f770917ad8200660df799ba35 Mon Sep 17 00:00:00 2001 From: ogesaku Date: Sun, 27 Oct 2024 10:29:44 +0100 Subject: [PATCH] Remove debug logs from builds --- .github/workflows/release-auto.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release-auto.yml b/.github/workflows/release-auto.yml index 4587efb..c23b311 100644 --- a/.github/workflows/release-auto.yml +++ b/.github/workflows/release-auto.yml @@ -29,7 +29,6 @@ jobs: secrets: inherit with: security-updates-only: ${{ inputs.security-updates-only || github.event_name == 'workflow_run' }} - debug: true release: uses: ./.github/workflows/release.yml