diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e8a9e7..d4bd32c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Update manifest.json version to ${{ github.event.release.tag_name }} run: | - python3 ${{ github.workspace }}/.github/scripts/update_hacs_manifest.py --version ${{ github.event.release.tag_name }} --path /custom_components/energidataservice/ + python3 ${{ github.workspace }}/.github/scripts/update_hacs_manifest.py --version ${{ github.event.release.tag_name }} --path /custom_components/webastoconnect/ - name: Commit manifest update run: | git config user.name github-actions