We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5f925 commit 3941af0Copy full SHA for 3941af0
.github/workflows/release.yml
@@ -24,6 +24,6 @@ jobs:
24
zip integration_blueprint.zip -r ./
25
26
- name: "Upload the ZIP file to the release"
27
- uses: "softprops/action-gh-release@v2.0.6"
+ uses: "softprops/action-gh-release@v2.0.8"
28
with:
29
files: ${{ github.workspace }}/custom_components/integration_blueprint/integration_blueprint.zip
0 commit comments