diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50098a8..928cda3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,11 +21,11 @@ jobs: - name: Release to GitHub uses: cycjimmy/semantic-release-action@v4 with: - semantic_version: 18.0.0 - extra_plugins: | - @semantic-release/changelog@5.0.1 - @semantic-release/git - branches: | - ['main'] + semantic_version: 15.13.28 + branch: main + + extra_plugins: | + @semantic-release/changelog@6.0.0 + @semantic-release/git env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file