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 ff3988f commit b4b9ae9Copy full SHA for b4b9ae9
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.5.0
+ uses: softprops/action-gh-release@v2.6.1
34
with:
35
files: ${{ github.workspace }}/custom_components/battery_notes/battery_notes.zip
0 commit comments