Skip to content

Commit 5f30ab8

Browse files
authored
Merge pull request #12 from conao3/feature#11
feature#11
2 parents 6417ad9 + 60db01a commit 5f30ab8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/release.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)