Skip to content

Commit

Permalink
fix: correct config filename
Browse files Browse the repository at this point in the history
  • Loading branch information
argoyle committed Oct 25, 2024
1 parent ca9a147 commit aa99106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
github-token: ${{ secrets.github_token }}
output-file: "false"
config-file-path: "./.github/conventional-config.js"
config-file-path: "./.github/conventional-changelog.js"
version-file: "custom_components/ferroamp/manifest.json"
pre-changelog-generation: "./.github/scripts/tagname.js"

Expand Down

0 comments on commit aa99106

Please sign in to comment.