Skip to content

fixed an issue with the options dialog not saving #10

fixed an issue with the options dialog not saving

fixed an issue with the options dialog not saving #10

Workflow file for this run

name: Release
on:
push:
tags:
- "v*.*.*"
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Archive Release
uses: thedoctor0/zip-release@0.7.5
with:
type: zip
directory: custom_components/mypyllant
filename: mypyllant-component.zip
- name: Release
uses: softprops/action-gh-release@v2
with:
draft: true
generate_release_notes: true
files: custom_components/mypyllant/mypyllant-component.zip