Skip to content

Commit

Permalink
Add workflow to keep major version up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy committed Jun 2, 2024
1 parent 4b4cafc commit c100955
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/update-major-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Keep the major version up-to-date

on:
release:
types: [published, edited]

jobs:
actions-tagger:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: Actions-R-Us/actions-tagger@330ddfac760021349fef7ff62b372f2f691c20fb # v2.0.3

0 comments on commit c100955

Please sign in to comment.