Skip to content

Commit 10742d9

Browse files
authored
Create versioning.yml
1 parent 3359076 commit 10742d9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/versioning.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Versioning
2+
3+
on:
4+
release:
5+
types: [published, edited]
6+
7+
jobs:
8+
updateMajorTag:
9+
name: Update major tag
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: Actions-R-Us/actions-tagger@v2
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)