Skip to content

Commit 8025cbb

Browse files
committed
Create version.yml
1 parent 570fff1 commit 8025cbb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/version.yml

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@f2014bbbba95b635e990ce512c5653bd0f4753fb

0 commit comments

Comments
 (0)