From cff6b41f8c7cd1acf46c5331d3b018ecd7113de9 Mon Sep 17 00:00:00 2001 From: MrGadget <9826063+MrGadget1024@users.noreply.github.com> Date: Sun, 5 May 2024 09:55:13 -0400 Subject: [PATCH] Update Semantic.yml --- .github/workflows/Semantic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Semantic.yml b/.github/workflows/Semantic.yml index 94f8967d5..5124bd83c 100644 --- a/.github/workflows/Semantic.yml +++ b/.github/workflows/Semantic.yml @@ -38,7 +38,7 @@ jobs: - name: Release run: npx semantic-release - --plugins "@semantic-release/commit-analyzer,@semantic-release/release-notes-generator,@semantic-release/github,@semantic-release/exec" + --plugins "@semantic-release/commit-analyzer,@semantic-release/release-notes-generator,@semantic-release/exec,@semantic-release/github" --debug true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}