diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dece69da..9fb40379 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: if: ${{steps.semantic_release_info.outputs.version != ''}} run: | echo "Version: ${{steps.semantic_release_info.outputs.version}}" - sed -i "s/\"version\": \".*\"/\"version\": \"${{steps.semantic_release_info.outputs.version}}\"/g" custom_components/kia_uvo/manifest.json + sed -i "s/\"version\": \".*\"/\"version\": \"${{steps.semantic_release_info.outputs.version}}\"/g" custom_components/audi_connect_ha/manifest.json git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add -A