Skip to content

Commit

Permalink
Add new action .github/workflows/github-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinattieng committed Jul 3, 2024
1 parent d706e35 commit 007d1c6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: GitHub Release
on:
push:
# Pattern matched against refs/tags
tags:
- '*' # every new tag
jobs:
release:
uses: RegioneER/parer-github-template/.github/workflows/github-release.yml@v1

0 comments on commit 007d1c6

Please sign in to comment.