Skip to content

Commit

Permalink
chore: correcting release path
Browse files Browse the repository at this point in the history
  • Loading branch information
cdnninja authored Mar 10, 2024
1 parent 7ca84da commit 81b78ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/audi_connect_ha/manifest.json
sed -i "s/\"version\": \".*\"/\"version\": \"${{steps.semantic_release_info.outputs.version}}\"/g" custom_components/audiconnect/manifest.json
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add -A
Expand Down

0 comments on commit 81b78ca

Please sign in to comment.