Skip to content

Commit e048f0e

Browse files
committed
added github release action
1 parent 96c73a0 commit e048f0e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Release
2+
3+
on: push
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Checkout
10+
uses: actions/checkout@v6
11+
12+
- name: Release
13+
uses: softprops/action-gh-release@v2
14+
if: github.ref_type == 'tag'

0 commit comments

Comments
 (0)