updated release action
This commit is contained in:
parent
4dac73c564
commit
0c493bcb0b
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -2,7 +2,7 @@ name: Create Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags: [ v*, alpha-*, beta-* ]
|
tags: [ v* ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -21,6 +21,7 @@ jobs:
|
||||||
uses: pfandie/generate-changelog-action@v1.0.6
|
uses: pfandie/generate-changelog-action@v1.0.6
|
||||||
id: changelog
|
id: changelog
|
||||||
with:
|
with:
|
||||||
|
config_path: .chglog
|
||||||
next_tag: ${{ github.ref_name }}
|
next_tag: ${{ github.ref_name }}
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
|
|
Loading…
Reference in a new issue