Skip to content

fix: extract border label and fix formatting #21

fix: extract border label and fix formatting

fix: extract border label and fix formatting #21

Workflow file for this run

name: Release
on:
push:
branches: [main]
jobs:
ci:
uses: ./.github/workflows/ci.yml
release:
needs: ci
runs-on: ubuntu-latest
concurrency: release
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: python-semantic-release/python-semantic-release@v9
with:
github_token: ${{ secrets.GITHUB_TOKEN }}