ci: Updated ci with new action

releases/v3
Tycho Bokdam 2020-05-08 10:28:21 +02:00
parent bd8675e13e
commit 6538d79322
No known key found for this signature in database
GPG Key ID: A0FAE77C8CDF33C7
2 changed files with 16 additions and 5 deletions

View File

@ -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 }}

View File

@ -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 }}