We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fc798c + 586beaf commit a853b23Copy full SHA for a853b23
1 file changed
.github/workflows/release.yml
@@ -24,6 +24,6 @@ jobs:
24
zip inception.zip -r ./
25
26
- name: "Upload the ZIP file to the release"
27
- uses: "softprops/action-gh-release@v2.2.0"
+ uses: "softprops/action-gh-release@v2.2.1"
28
with:
29
files: ${{ github.workspace }}/custom_components/inception/inception.zip
0 commit comments