v0.19.7 #19
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Release | |
on: | |
release: | |
types: [published] | |
jobs: | |
release: | |
name: Prepare release | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: Zip Release | |
uses: TheDoctor0/[email protected] | |
with: | |
filename: ariston-remotethermo-home-assistant-v3.zip | |
directory: custom_components/ariston | |
- name: Upload to Release Action | |
uses: Shopify/[email protected] | |
with: | |
name: ariston-remotethermo-home-assistant-v3.zip | |
path: custom_components/ariston/ariston-remotethermo-home-assistant-v3.zip | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |