diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d55920d..8cb157d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,16 +18,14 @@ jobs: with: fetch-depth: 0 - - uses: go-semantic-release/action@v1 + - uses: cycjimmy/semantic-release-action@v4 if: github.event_name != 'pull_request' id: generate_changelog + env: + github-token: ${{ secrets.BOT_ACCESS_TOKEN }} with: semantic_version: 23.0.2 extra_plugins: | @semantic-release/changelog@6.0.3 @semantic-release/git@10.0.1 conventional-changelog-conventionalcommits@7.0.2 - github-token: ${{ secrets.BOT_ACCESS_TOKEN }} - prepend: true - changelog-file: CHANGELOG.md - update-file: CHANGELOG.md