Skip to content

Commit

Permalink
Merge pull request #8 from softwareforgood/add-update-major-version
Browse files Browse the repository at this point in the history
Add workflow to keep major version up to date
  • Loading branch information
wwahammy authored Jun 2, 2024
2 parents 6737cf0 + c100955 commit d6b68ec
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 d6b68ec

Please sign in to comment.