Skip to content

Commit

Permalink
Auto-update major tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Conchylicultor committed Jun 1, 2022
1 parent 5a6c24b commit b68e603
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/update_tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Update tag versions
on:
push:
branches-ignore:
- '**'
tags:
- 'v*.*.*'
jobs:
update-semver:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: haya14busa/action-update-semver@v1
with:
major_version_tag_only: true # (optional, default is "false")

0 comments on commit b68e603

Please sign in to comment.