Skip to content

chore: 🔧 release v0.3.0 #51

chore: 🔧 release v0.3.0

chore: 🔧 release v0.3.0 #51

Workflow file for this run

name: Subtree Split for composer packages
on:
push:
branches:
- main
tags:
- 'v*'
create:
tags:
- 'v*'
delete:
tags:
- 'v*'
jobs:
sync_commits:
runs-on: ubuntu-latest
name: Sync commits
if: github.repository == 'ueberbit/uebertool' # Execute this workflow job only on the main repository.
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
fetch-depth: 0
- uses: nxtlvlsoftware/git-subtree-action@1.1
with:
repo: ueberbit/subtree-uebertool-companion
path: packages/uebertool-companion
deploy_key: ${{ secrets.SUBTREE_SPLIT_PRIVATE_KEY }}
force: true