Skip to content

Commit 7b436d0

Browse files
authored
Add files via upload
1 parent 612ea80 commit 7b436d0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/update_tag.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 # v1.1.2

0 commit comments

Comments
 (0)