Skip to content

Commit b91ffaa

Browse files
committed
Add new action .github/workflows/github-release.yml
1 parent 52df2cd commit b91ffaa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/github-release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: GitHub Release
2+
on:
3+
push:
4+
# Pattern matched against refs/tags
5+
tags:
6+
- '*' # every new tag
7+
jobs:
8+
release:
9+
uses: RegioneER/parer-github-template/.github/workflows/github-release.yml@v1

0 commit comments

Comments
 (0)