Skip to content

Commit

Permalink
CI: Automatic vX tag update workflow (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
tooomm committed Mar 5, 2023
1 parent c909550 commit ec14140
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 major version tags up-to-date

on:
release:
types: [published, edited]

jobs:
actions-tagger:
name: Tag GitHub Action
runs-on: ubuntu-latest
steps:
- uses: Actions-R-Us/actions-tagger@v2
with:
publish_latest_tag: false
prefer_branch_releases: false

0 comments on commit ec14140

Please sign in to comment.