Skip to content

Commit 743f175

Browse files
committed
ci: add auto-release workflow on tag push
1 parent 47e6d1d commit 743f175

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/auto-release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: auto-release
2+
3+
on:
4+
push:
5+
tags:
6+
- 'v*'
7+
8+
jobs:
9+
tests:
10+
uses: ./.github/workflows/tests.yml
11+
12+
release:
13+
needs: [tests]
14+
uses: brickhouse-tech/.github/.github/workflows/auto-release.yml@main

0 commit comments

Comments
 (0)