diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c0fc5ff..d94d35a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: outputs: upload_url: ${{ steps.create-release.outputs.upload_url }} steps: - - name: Build Changelog + - name: Changelog id: changelog uses: mikepenz/release-changelog-builder-action@v5 with: @@ -21,7 +21,8 @@ jobs: "tag_resolver": { "method": "sort", "filter": { - "pattern": "[2-9][0-9]\\.[0-9][0-9]" + "pattern": "[2-9][0-9]\\.[0-9][0-9]", + "method": "match" } } }