Skip to content

GitHub action to perform subtree split to upm branch

License

Notifications You must be signed in to change notification settings

RageAgainstThePixel/upm-subtree-split

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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