From bd8675e13e83eed896671f388542095ca622bbd9 Mon Sep 17 00:00:00 2001 From: Tycho Bokdam Date: Fri, 8 May 2020 10:20:35 +0200 Subject: [PATCH] ci: Auto update the main tag --- .github/workflows/release.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 }}