Create versioning.yml (#100)

pull/101/head
David Finol 2021-02-28 10:02:56 -06:00 committed by GitHub
parent 215f660c06
commit 8033066291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
name: Versioning
on:
release:
types: [published, edited]
jobs:
actions-tagger:
name: Keep major version tag up-to-date
runs-on: ubuntu-latest
steps:
- uses: Actions-R-Us/actions-tagger@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}