ci: Auto update the main tag
parent
7b3a082685
commit
bd8675e13e
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue