Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Commit 32d4136

Browse files
committed
release workflow
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 5b4ca74 commit 32d4136

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.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+
on:
3+
push:
4+
tags:
5+
- "v1*"
6+
7+
jobs:
8+
release:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: ncipollo/release-action@v1
12+
with:
13+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)