diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de5aaf2..6b1c6b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,6 @@ jobs: zip nissan_carwings.zip -r ./ - name: "Upload the ZIP file to the release" - uses: "softprops/action-gh-release@v2.0.6" + uses: "softprops/action-gh-release@v2.0.8" with: files: ${{ github.workspace }}/custom_components/nissan_carwings/nissan_carwings.zip