Skip to content

XAVIER 3.1.1

XAVIER 3.1.1 #2

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/[email protected]
with:
github-token: ${{ github.token }}