Skip to content

Commit d840632

Browse files
chore(deps): update softprops/action-gh-release action to v2.3.0
1 parent 4644c83 commit d840632

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.2.2
89+
uses: softprops/action-gh-release@v2.3.0
9090
with:
9191
files: ${{ github.workspace }}/custom_components/${{ env.COMPONENT_NAME }}/${{ env.COMPONENT_NAME }}.zip

0 commit comments

Comments
 (0)