From 0c493bcb0bf095863446c3d56885ec2886818b20 Mon Sep 17 00:00:00 2001 From: Mia Winter Date: Wed, 21 Feb 2024 19:08:24 +0100 Subject: [PATCH] updated release action --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9bc4539..9976593 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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