Skip to content

Commit

Permalink
github: automatically re-tag a major version release
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Deza <adeza@anchore.com>
  • Loading branch information
Alfredo Deza authored and alfredodeza committed Mar 31, 2021
1 parent b4624c8 commit 6f92603
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Re-tag releases

on:
release:
types: [published, edited]

jobs:
actions-tagger:
runs-on: ubuntu-latest
steps:
- uses: Actions-R-Us/actions-tagger@v2
env:
GITHUB_TOKEN: "${{ github.token }}"
with:
publish_latest_tag: true

0 comments on commit 6f92603

Please sign in to comment.