Skip to content

Commit 73ba93b

Browse files
authored
Create tags.yml
releases
1 parent bd3b09a commit 73ba93b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tags.yml

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

0 commit comments

Comments
 (0)