Skip to content

Commit 8be5c43

Browse files
authored
Added major release tagger (#10)
1 parent adbc126 commit 8be5c43

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Release
2+
3+
on:
4+
release:
5+
types:
6+
- published
7+
8+
jobs:
9+
publish:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: cloudposse/github-action-major-release-tagger@v1

0 commit comments

Comments
 (0)