Skip to content

Commit 9a16705

Browse files
authored
Update major version automatically
1 parent e6d6f01 commit 9a16705

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Update Major Version Tag
2+
3+
on:
4+
push:
5+
tags:
6+
- "v*"
7+
8+
jobs:
9+
update-majorver:
10+
name: Update Major Version Tag
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: nowactions/update-majorver@v1

0 commit comments

Comments
 (0)