Skip to content

fix(deps): update dependency sentry-sdk to v1.24.0 #77

fix(deps): update dependency sentry-sdk to v1.24.0

fix(deps): update dependency sentry-sdk to v1.24.0 #77

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 }}"