Skip to content

chore(deps): bump taro to v3.6.34 (#3162) #358

chore(deps): bump taro to v3.6.34 (#3162)

chore(deps): bump taro to v3.6.34 (#3162) #358

Workflow file for this run

name: sync to pkg branch
permissions:
contents: write
on:
workflow_dispatch:
push:
branches:
- v4 # default branch
jobs:
copy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Build @nutui/nutui
run: pnpm build
- name: Build @nutui/nutui-taro
run: pnpm build:taro
- name: Sync
uses: JamesIves/[email protected]
with:
branch: pkg # action 应该部署到的分支 。
folder: publish #操作应该部署的文件夹 。
clean: true
target-folder: publish
git-config-name: github-actions
git-config-email: [email protected]