We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6259643 + 3282aff commit c6b0673Copy full SHA for c6b0673
1 file changed
.github/workflows/update_tag.yml
@@ -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@v1
0 commit comments