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