Skip to content

Commit bd5b196

Browse files
committed
Add Github Actions: Update Major Version Tag
1 parent 8cba043 commit bd5b196

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/update.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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
14+
with:
15+
github_token: ${{ secrets. GITHUB_TOKEN }}

0 commit comments

Comments
 (0)