Skip to content

v1.6.3 - Fix MQTT instability #5

v1.6.3 - Fix MQTT instability

v1.6.3 - Fix MQTT instability #5

Workflow file for this run

name: "Release"
on:
release:
types:
- "published"
permissions: {}
jobs:
release:
if: github.repository_owner == 'skodaconnect'
name: "Release"
runs-on: "ubuntu-latest"
permissions:
contents: write
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v4"
- name: "ZIP the integration directory"
shell: "bash"
run: |
cd "${{ github.workspace }}/custom_components/myskoda"
zip homeassistant-myskoda.zip -r ./
- name: "Upload the ZIP file to the release"
uses: "softprops/[email protected]"
with:
files: ${{ github.workspace }}/custom_components/homeassistant-myskoda/homeassistant-myskoda.zip