diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d6ee64..1e86b54 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: cd custom_components/hsem zip hsem.zip -r ./ - name: Upload zip to release - uses: svenstaro/upload-release-action@2.11.4 + uses: svenstaro/upload-release-action@2.11.5 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: ./custom_components/hsem/hsem.zip