Skip to content

Commit 3e55a03

Browse files
authored
ci: add workflow to tag latest major versions
1 parent 7e58374 commit 3e55a03

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)