From b18e155ecb5233a763a3d8f7b55f4dee06564d84 Mon Sep 17 00:00:00 2001 From: MrGadget <9826063+MrGadget1024@users.noreply.github.com> Date: Sun, 5 May 2024 09:32:32 -0400 Subject: [PATCH] Update Semantic.yml --- .github/workflows/Semantic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Semantic.yml b/.github/workflows/Semantic.yml index e76b3148b..94f8967d5 100644 --- a/.github/workflows/Semantic.yml +++ b/.github/workflows/Semantic.yml @@ -34,11 +34,11 @@ jobs: run: npm i -D conventional-changelog-conventionalcommits - name: Install Plugins - run: npm i -D @semantic-release/exec @semantic-release/git + run: npm i -D @semantic-release/exec - name: Release run: npx semantic-release - --plugins "@semantic-release/commit-analyzer,@semantic-release/release-notes-generator,@semantic-release/github,@semantic-release/exec,@semantic-release/git" + --plugins "@semantic-release/commit-analyzer,@semantic-release/release-notes-generator,@semantic-release/github,@semantic-release/exec" --debug true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}