Skip to content

Tools 0.1.3

Tools 0.1.3 #3

Workflow file for this run

name: post-release
on:
release:
types:
- published
jobs:
cleanup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: CCBR/actions/post-release@main
with:
github-token: ${{ github.token }}
update-sliding-branch: true