Skip to content

Commit

Permalink
Revert "ci: update for psr 8.0 and above"
Browse files Browse the repository at this point in the history
This reverts commit 3701ce7.
  • Loading branch information
alandtse committed Aug 27, 2023
1 parent 3701ce7 commit 9aedfac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
concurrency: release
permissions:
id-token: write

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.semantic_release]
version_variables = 'custom_components/tesla_custom/const.py:VERSION'
version_toml = "pyproject.toml:tool.poetry.version"
version_variable = 'pyproject.toml:version,custom_components/tesla_custom/const.py:VERSION'
version_pattern = 'custom_components/tesla_custom/manifest.json:"version": "{version}"'
upload_to_pypi = false
upload_to_release = false
changelog_sections = "feature,fix,breaking,documentation,performance,refactor"
Expand Down

0 comments on commit 9aedfac

Please sign in to comment.