diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3fa5432..6259a40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,6 @@ jobs: zip eto_test.zip -r ./ - name: 'Upload the ZIP file to the release' - uses: 'softprops/action-gh-release@v2.1.0' + uses: 'softprops/action-gh-release@v2.2.0' with: files: ${{ github.workspace }}/custom_components/eto_smart_zone/eto_smart_zone.zip