Skip to content

UPM subtree split

Actions
GitHub Action to perform subtree split on Unity package to upm branch
v1.1.4
Latest
Star (4)

upm-subtree-split

GitHub Action to perform subtree split on Unity package to upm branch.

name: upm-subtree-split
on:
  push:
    branches:
    - main
jobs:
  upm-subtree-split:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v4
      with:
        fetch-depth: 0
    - uses: RageAgainstThePixel/upm-subtree-split@v1

UPM subtree split is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

GitHub Action to perform subtree split on Unity package to upm branch
v1.1.4
Latest

UPM subtree split is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.