ci: Updated ci with new action
parent
bd8675e13e
commit
6538d79322
|
@ -28,8 +28,3 @@ jobs:
|
||||||
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.clean_changelog }}
|
body: ${{ steps.changelog.outputs.clean_changelog }}
|
||||||
|
|
||||||
- name: Update main tag
|
|
||||||
uses: Actions-R-Us/actions-tagger@latest
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.github_token }}
|
|
||||||
|
|
|
@ -0,0 +1,16 @@
|
||||||
|
name: 'Tag latest release of action tagger :zap:'
|
||||||
|
|
||||||
|
on:
|
||||||
|
release:
|
||||||
|
types:
|
||||||
|
- published
|
||||||
|
- edited
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
run-tag-latest:
|
||||||
|
runs-on: windows-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: ./
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.github_token }}
|
Loading…
Reference in New Issue