diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c970945..7c54908 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,4 +27,9 @@ jobs: with: tag_name: ${{ steps.changelog.outputs.tag }} release_name: ${{ steps.changelog.outputs.tag }} - body: ${{ steps.changelog.outputs.changelog }} + body: ${{ steps.changelog.outputs.clean_changelog }} + + - name: Update main tag + uses: Actions-R-Us/actions-tagger@latest + env: + GITHUB_TOKEN: ${{ secrets.github_token }}