diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe1b9ef..f445ff6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,6 @@ jobs: zip emeraldenergy.zip -r ./ - name: "Upload the ZIP file to the release" - uses: softprops/action-gh-release@v2.2.0 + uses: softprops/action-gh-release@v2.2.1 with: files: ${{ github.workspace }}/custom_components/emeraldenergy/emeraldenergy.zip