Skip to content

Commit

Permalink
Downgrade softprops/action-gh-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jan 4, 2025
1 parent 15cf380 commit f0a37fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
zip hacs.zip -r ./
- name: 📤 Upload zip to release
uses: softprops/action-gh-release@v2.2.0
uses: softprops/action-gh-release@v2.1.0
if: ${{ github.event_name == 'release' }}
with:
files: ${{ github.workspace }}/custom_components/hacs/hacs.zip
Expand Down

0 comments on commit f0a37fb

Please sign in to comment.