diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ed4e90b..8b4b2969 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,10 +17,10 @@ jobs: - run: npm run lint - run: npm run test - name: Run semantic-release - uses: cycjimmy/semantic-release-action@v2 + uses: cycjimmy/semantic-release-action@v4 with: extra_plugins: | - conventional-changelog-conventionalcommits@5.0.0 + conventional-changelog-conventionalcommits@7.0.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}