updated release action

This commit is contained in:
Mia Rose Winter 2024-02-21 19:08:24 +01:00
parent 4dac73c564
commit 0c493bcb0b
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E

View file

@ -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