Skip to content

Commit

Permalink
ci, fix: specify changelog builder action regex match mode as it is n…
Browse files Browse the repository at this point in the history
…ot the default anymore with v5
  • Loading branch information
KonradHoeffner committed Nov 5, 2024
1 parent a840475 commit 383a71d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"
}
}
}
Expand Down

0 comments on commit 383a71d

Please sign in to comment.