Skip to content

New: Add color support for backlight/ambilight #59

New: Add color support for backlight/ambilight

New: Add color support for backlight/ambilight #59

Workflow file for this run

name: Release
on: [push]
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 18
- name: Install dependencies
uses: borales/[email protected]
with:
cmd: install
- name: Install semantic-release plugin
uses: borales/[email protected]
with:
cmd: add conventional-changelog-eslint
- name: Release
uses: codfish/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}