Add versioning action to automatically slide major versions with releases

This commit is contained in:
Thomas Hughes
2020-02-10 08:56:53 +01:00
committed by GitHub
parent 7d8fb6c931
commit 14187540b8
+15
View File
@@ -0,0 +1,15 @@
name: Keep the versions up-to-date
on:
release:
types: [published]
jobs:
actions-tagger:
runs-on: windows-latest
steps:
- uses: Actions-R-Us/actions-tagger@latest
with:
publish_latest: true
env:
GITHUB_TOKEN: '${{secrets.GITHUB_TOKEN}}'