Skip to content

fix: update realtimeWeather plugin #27

fix: update realtimeWeather plugin

fix: update realtimeWeather plugin #27

Workflow file for this run

name: Build and Release
on:
push:
branches:
- master
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Build Index file
run: npm run build
- name: Release
uses: cycjimmy/semantic-release-action@v3
with:
semantic_version: 19.0.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Sync to npmmirror
run: npx cnpm sync @lobehub/lobe-chat-plugins