Skip to content

Commit

Permalink
chore: add a mechanism to update version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainweb authored Jan 18, 2022
1 parent 344a6f6 commit 4864633
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Keep the versions up-to-date

on:
release:
types: [published, edited]

jobs:
actions-tagger:
runs-on: ubuntu-latest
steps:
- uses: Actions-R-Us/actions-tagger@v2
with:
publish_latest_tag: true

0 comments on commit 4864633

Please sign in to comment.