You've already forked ansible-role-repo-epel
On tag create release
This commit is contained in:
12
.github/workflows/on-tag.yml
vendored
Normal file
12
.github/workflows/on-tag.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
on: push
|
||||
name: Release
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Create GitHub release
|
||||
uses: Roang-zero1/github-create-release-action@master
|
||||
with:
|
||||
version_regex: ^v[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user