ci: Auto update the main tag

releases/v3
Tycho Bokdam 2020-05-08 10:20:35 +02:00
parent 7b3a082685
commit bd8675e13e
No known key found for this signature in database
GPG Key ID: A0FAE77C8CDF33C7
1 changed files with 6 additions and 1 deletions

View File

@ -27,4 +27,9 @@ jobs:
with: with:
tag_name: ${{ steps.changelog.outputs.tag }} tag_name: ${{ steps.changelog.outputs.tag }}
release_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 }}