From 0e2fbd8ba3c330b1654b72ba4ecf3fde5d3bc7af Mon Sep 17 00:00:00 2001 From: MrGadget <9826063+MrGadget1024@users.noreply.github.com> Date: Sat, 15 Jun 2024 09:32:29 -0400 Subject: [PATCH] chore(CI): Semantic.yml - Restored debug true --- .github/workflows/Semantic.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Semantic.yml b/.github/workflows/Semantic.yml index 9c137822c..831e43687 100644 --- a/.github/workflows/Semantic.yml +++ b/.github/workflows/Semantic.yml @@ -38,5 +38,6 @@ jobs: - name: Release run: npx semantic-release + --debug true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}