Skip to content

Commit 63b02cb

Browse files
committed
Semi automated releases for #16
1 parent bf17eea commit 63b02cb

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: Release
2+
3+
on:
4+
push:
5+
tags:
6+
- "v*"
7+
8+
jobs:
9+
release:
10+
name: "Release"
11+
runs-on: "ubuntu-latest"
12+
steps:
13+
- uses: "marvinpinto/action-automatic-releases@latest"
14+
with:
15+
repo_token: "${{ secrets.GITHUB_TOKEN }}"
16+
prerelease: false

0 commit comments

Comments
 (0)