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