Skip to content

📝 docs: Add video demonstration in README for input method #59

📝 docs: Add video demonstration in README for input method

📝 docs: Add video demonstration in README for input method #59

Workflow file for this run

name: release
on:
push:
branches:
- main
- alpha
- beta
jobs:
release:
if: github.repository == 'snomiao/rime-snomiao'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "pnpm"
- run: pnpm install
- run: pnpm build
- run: npx semantic-release
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
GH_TOKEN: ${{secrets.GH_TOKEN}}