Skip to content

Commit 2a432e2

Browse files
committed
Create Git Release File
Create git-release.yml Update git-release.yml
1 parent e1172e4 commit 2a432e2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/git-release.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# This is a basic workflow to help you get started with Actions
2+
3+
name: Git Release
4+
5+
on:
6+
push:
7+
tags:
8+
- "v[0-9]+.[0-9]+.[0-9]+"
9+
workflow_dispatch:
10+
11+
jobs:
12+
Git_Release:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)