Skip to content

Commit

Permalink
Merge pull request #349 from OliverCullimore/fix-release-action
Browse files Browse the repository at this point in the history
ci: Fix pyproject.toml
  • Loading branch information
robbrad authored Sep 27, 2023
2 parents a99b311 + 81ecd8a commit 13ada15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ version_provider = "poetry"
version_scheme = "semver"
version_files = [
"custom_components/uk_bin_collection/manifest.json:version",
"custom_components/uk_bin_collection/manifest.json:requirements"
"custom_components/uk_bin_collection/manifest.json:requirements",
"custom_components/uk_bin_collection/config_flow.py:githubusercontent"
]

0 comments on commit 13ada15

Please sign in to comment.