diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 77be374..a211698 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,6 +32,6 @@ jobs: zip healthchecksio.zip -r ./ - name: Upload the zipfile as a release asset - uses: softprops/action-gh-release@v2.2.0 + uses: softprops/action-gh-release@v2.1.0 with: files: ${{ github.workspace }}/custom_components/healthchecksio/healthchecksio.zip diff --git a/custom_components/healthchecksio/manifest.json b/custom_components/healthchecksio/manifest.json index 5fc7cca..268230e 100644 --- a/custom_components/healthchecksio/manifest.json +++ b/custom_components/healthchecksio/manifest.json @@ -8,5 +8,5 @@ "documentation": "https://github.com/custom-components/healthchecksio", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/custom-components/healthchecksio/issues", - "version": "100.0.0b1" + "version": "100.0.0b2" }