You've already forked ansible-role-repo-epel
Allow update of existing release
This commit is contained in:
9
.github/workflows/on-tag.yml
vendored
9
.github/workflows/on-tag.yml
vendored
@@ -1,5 +1,9 @@
|
|||||||
on: push
|
on:
|
||||||
name: Release
|
push:
|
||||||
|
tags:
|
||||||
|
- '*'
|
||||||
|
|
||||||
|
name: Create a new release on github
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -8,5 +12,6 @@ jobs:
|
|||||||
uses: Roang-zero1/github-create-release-action@master
|
uses: Roang-zero1/github-create-release-action@master
|
||||||
with:
|
with:
|
||||||
version_regex: ^v[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+
|
version_regex: ^v[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+
|
||||||
|
update_existing: true
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
Reference in New Issue
Block a user