From ec63228cf9b4f074671a30d76f426c811a21db91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mich=C3=A8le?= Date: Mon, 19 Aug 2024 14:56:10 +1100 Subject: [PATCH] fix: bug plugin semantic --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83f4e93..b751f01 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,11 +28,11 @@ jobs: - name: 📦 Semantic Release if: github.ref == 'refs/heads/main' id: release - uses: cycjimmy/semantic-release-action@v4.1.0 + uses: cycjimmy/semantic-release-action@v4 with: extra_plugins: | @semantic-release/exec @semantic-release/git - conventional-changelog-conventionalcommits + conventional-changelog-conventionalcommits@7.0.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}