Skip to content

Commit 284da50

Browse files
authored
Downgrade softprops/action-gh-release (#4316)
1 parent 15cf380 commit 284da50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
zip hacs.zip -r ./
5858
5959
- name: 📤 Upload zip to release
60-
uses: softprops/action-gh-release@v2.2.0
60+
uses: softprops/action-gh-release@v2.1.0
6161
if: ${{ github.event_name == 'release' }}
6262
with:
6363
files: ${{ github.workspace }}/custom_components/hacs/hacs.zip

0 commit comments

Comments
 (0)