We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0980e2 commit 4cbfbe8Copy full SHA for 4cbfbe8
.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.5"
+ uses: "softprops/action-gh-release@v2.0.6"
28
with:
29
files: ${{ github.workspace }}/custom_components/integration_blueprint/integration_blueprint.zip
0 commit comments