Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add versioning action to slide major versions w/ release
  • Loading branch information
Thomas Hughes authored and GitHub committed Feb 10, 2020
1 parent 4d1b607 commit 716a1bc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/versioning.yml
@@ -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}}'

0 comments on commit 716a1bc

Please sign in to comment.