Skip to content

Commit 2631ab1

Browse files
committed
github: add release workflow
(cherry picked from commit 56171a5) Signed-off-by: Tigran Mkrtchyan <[email protected]>
1 parent 9d698f4 commit 2631ab1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/release.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Releases
2+
3+
on:
4+
push:
5+
tags:
6+
- '*'
7+
8+
jobs:
9+
10+
build:
11+
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
14+
steps:
15+
- uses: actions/checkout@v3
16+
- uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)