Skip to content

feat: project setup and complete migration #3

feat: project setup and complete migration

feat: project setup and complete migration #3

Workflow file for this run

name: Release
on:
push:
branches:
- main
permissions:
contents: write
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- run: npm ci
- run: npm run release -- --first-release --skip-publish
- run: ls -la
- run: ls -la apps/home-assistant-matter-hub