Skip to content

Commit

Permalink
Fixed changelog generation (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikarh authored Oct 9, 2023
1 parent b3939e3 commit 2ec2dc7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,16 @@ jobs:
uses: actions/checkout@v4
- name: Build Changelog
id: github_release
uses: mikepenz/release-changelog-builder-action@v3
uses: mikepenz/release-changelog-builder-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
configurationJson: |
{
"tag_resolver": {
"pattern": "v(.+)"
}
}
- name: GH Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 2ec2dc7

Please sign in to comment.