Skip to content

Commit b3a127d

Browse files
committed
ci: add semantic release workflow
1 parent dda1ddf commit b3a127d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Semantic Release
3+
4+
on:
5+
push:
6+
branches:
7+
- main
8+
9+
jobs:
10+
call-reusable-release:
11+
uses: xebis/github-actions-and-workflows/.github/workflows/semantic-release.yaml@main
12+
secrets:
13+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)