Add actions-tagger workflow to automate version tags

This commit is contained in:
Thomas Hughes 2020-06-29 10:39:09 -05:00 committed by GitHub
parent 54ae156900
commit 06e237d19e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
.github/workflows/versioning.yml vendored Normal file
View file

@ -0,0 +1,15 @@
name: Keep the versions up-to-date
on:
release:
types: [published, edited]
jobs:
actions-tagger:
runs-on: windows-latest
steps:
- uses: Actions-R-Us/actions-tagger@latest
env:
GITHUB_TOKEN: "${{secrets.GITHUB_TOKEN}}"
with:
- publish_latest_tag: true