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