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 3f5efbb commit 38c3c40Copy full SHA for 38c3c40
1 file changed
.github/workflows/release.yaml
@@ -30,6 +30,6 @@ jobs:
30
zip battery_notes.zip -r ./
31
32
- name: "Upload the ZIP file to the release"
33
- uses: softprops/action-gh-release@v2.6.2
+ uses: softprops/action-gh-release@v3.0.0
34
with:
35
files: ${{ github.workspace }}/custom_components/battery_notes/battery_notes.zip
0 commit comments