Skip to content

chore: 更新 haier-iot 版本至 1.2.0,调整相关类型和配置 #26

chore: 更新 haier-iot 版本至 1.2.0,调整相关类型和配置

chore: 更新 haier-iot 版本至 1.2.0,调整相关类型和配置 #26

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
- run: npm ci
- uses: changesets/action@v1
id: changesets
with:
publish: npm run release
title: "chore: version packages"
commit: "chore: version packages"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}