Skip to content

Commit

Permalink
fix changelog builder path to config
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed May 30, 2024
1 parent c2a62e6 commit 666fb22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
id: build_changelog
with:
commitMode: true
configuration: ./github/changelog_config.json
configuration: ".github/changelog_config.json"

- name: Create GH release
uses: ncipollo/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ processors:
# - 'KtFileCountProcessor'
# - 'PackageCountProcessor'
# - 'ClassCountProcessor'
- 'FunctionCountProcessor'
- 'PropertyCountProcessor'
# - 'FunctionCountProcessor'
# - 'PropertyCountProcessor'
# - 'ProjectComplexityProcessor'
# - 'ProjectCognitiveComplexityProcessor'
# - 'ProjectLLOCProcessor'
Expand Down

0 comments on commit 666fb22

Please sign in to comment.