Create versioning.yml (#100)

This commit is contained in:
David Finol
2021-02-28 10:02:56 -06:00
committed by GitHub
parent 215f660c06
commit 8033066291

14
.github/workflows/versioning.yml vendored Normal file
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 }}