Skip to content

Implement Push API 馃挩 (#24) #19

Implement Push API 馃挩 (#24)

Implement Push API 馃挩 (#24) #19

Workflow file for this run

name: Release actions
on:
push:
tags:
- 'v*'
jobs:
create-release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- name: Archive Release
uses: thedoctor0/[email protected]
with:
type: 'zip'
directory: 'custom_components/jellyfish_lighting'
filename: 'hass-jellyfish-lighting.zip'
- uses: ncipollo/[email protected]
with:
artifacts: 'custom_components/jellyfish_lighting/hass-jellyfish-lighting.zip'
draft: true
generateReleaseNotes: true
makeLatest: true