diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d629d9d..a2b5ad2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,6 @@ jobs: zip hacs-e3dc_rscp.zip -r ./ - name: "Upload the ZIP file to the release" - uses: softprops/action-gh-release@v2.0.4 + uses: softprops/action-gh-release@v2.0.5 with: files: ${{ github.workspace }}/custom_components/e3dc_rscp/hacs-e3dc_rscp.zip