Skip to content

Merge pull request #61 from ngshiheng/renovate/pre-commit-3.x #78

Merge pull request #61 from ngshiheng/renovate/pre-commit-3.x

Merge pull request #61 from ngshiheng/renovate/pre-commit-3.x #78

Workflow file for this run

name: Release
on:
push:
branches:
- main
paths:
- "**.py"
- "poetry.lock"
jobs:
test:
uses: ./.github/workflows/test.yml
semantic-release:
runs-on: ubuntu-latest
concurrency: release
needs:
- test
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Semantic Release
uses: relekang/python-semantic-release@master
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"