We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7f59f commit a30968aCopy full SHA for a30968a
.github/workflows/publish.yml
@@ -46,7 +46,7 @@ jobs:
46
zip ocpp.zip -r ./
47
48
- name: 📤 Upload zip to release
49
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
50
if: ${{ github.event_name == 'release' }}
51
with:
52
files: ${{ github.workspace }}/custom_components/ocpp/ocpp.zip
0 commit comments