Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #27 from actions/IAmHughes/add-automated-versioning
Browse files Browse the repository at this point in the history
Add workflow to automate versioning
  • Loading branch information
IAmHughes committed Feb 10, 2020
2 parents 7d8fb6c + 1418754 commit e8f9f06
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
@@ -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 e8f9f06

Please sign in to comment.