Skip to content

shinken008/taro-native-publish

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

taro-native-publish

A github action for taro react native publish.

Usage

github workflows

- name: taro-native-publish
  uses: shinken008/taro-native-publish
  with:
  REPO: ${{ env.SHELL_REPO }} # 壳子工程 repo
  REPO_REF: ${{ env.SHELL_REPO_REF }} # 壳子工程分支
  REPO_PATH: ${{ env.SHELL_REPO_PATH }} # 壳子工程 checkout 的目录名
  BUILD_CMD: yarn test # 当前工程编译命令