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:
|
||||
push:
|
||||
tags: [ v*, alpha-*, beta-* ]
|
||||
tags: [ v* ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -21,6 +21,7 @@ jobs:
|
|||
uses: pfandie/generate-changelog-action@v1.0.6
|
||||
id: changelog
|
||||
with:
|
||||
config_path: .chglog
|
||||
next_tag: ${{ github.ref_name }}
|
||||
|
||||
- name: Create Release
|
||||
|
|
Loading…
Reference in a new issue