Skip to content

chore: release v5.0.21 #161

chore: release v5.0.21

chore: release v5.0.21 #161

Workflow file for this run

name: gitsplit
on:
push:
branches:
- 'main'
release:
types: [ published ]
jobs:
gitsplit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetch all history
ref: "main" # Force checkout the branch to split its commits as well
- name: split
uses: docker://jderusse/gitsplit:latest
with:
args: gitsplit
env:
GH_TOKEN: ${{ secrets.GITSPLIT_TOKEN }}