Skip to content

Commit 030463e

Browse files
refactor: update GitHub Actions workflow to use latest release changelog builder configuration
1 parent 00c7d90 commit 030463e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
- name: Build Changelog
3636
id: github_release
3737
uses: mikepenz/release-changelog-builder-action@v5
38+
with:
39+
configuration: .github/release-changelog-config.json
3840
env:
3941
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4042

0 commit comments

Comments
 (0)