Skip to content

Commit 158156d

Browse files
authored
Merge pull request #9 from compas-dev/update_tag
added github action to auto update the major version tag
2 parents 4cb665d + 337a75f commit 158156d

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

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+
permissions:
9+
contents: write
10+
11+
jobs:
12+
update-major-tag:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: nowactions/update-majorver@v1

0 commit comments

Comments
 (0)