Merge pull request #307 from github/iamhughes/add-version-automation

Add actions-tagger workflow to automate version tags
This commit is contained in:
Thomas Hughes 2020-06-29 10:48:38 -05:00 committed by GitHub
commit 33eeaec394
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