Skip to content

Commit 4f903f9

Browse files
chore(deps): update softprops/action-gh-release action to v2.4.2 (#282)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6adae5e commit 4f903f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ jobs:
8686
zip ${{ env.COMPONENT_NAME }}.zip -r ./
8787
8888
- name: "Upload the ZIP file to the release"
89-
uses: softprops/action-gh-release@v2.4.1
89+
uses: softprops/action-gh-release@v2.4.2
9090
with:
9191
files: ${{ github.workspace }}/custom_components/${{ env.COMPONENT_NAME }}/${{ env.COMPONENT_NAME }}.zip

0 commit comments

Comments
 (0)