From 2ea76aefd29ca7eb474ddd3065b7d57f548952cd Mon Sep 17 00:00:00 2001 From: Esanim <17294241+Esanim@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:46:22 +0100 Subject: [PATCH] fix: fix semantic-release --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7872104..da2c203 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -113,3 +113,6 @@ jobs: id: semantic env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + plugins: | + ['@semantic-release/commit-analyzer', '@semantic-release/release-notes-generator', '@semantic-release/github']