Skip to content
play

GitHub Action

taro-native-publish

v0.5.0 Latest version

taro-native-publish

play

taro-native-publish

A action is to build taro react native js bundle and assets

Installation

Copy and paste the following snippet into your .yml file.

              

- name: taro-native-publish

uses: shinken008/[email protected]

Learn more about this action in shinken008/taro-native-publish

Choose a version

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 # 当前工程编译命令