Skip to content

refactor(github): Prefix dependabot commit messages #2

refactor(github): Prefix dependabot commit messages

refactor(github): Prefix dependabot commit messages #2

Workflow file for this run

name: Release a new version
on:
push:
branches:
- main
jobs:
release:
name: Release
runs-on: ubuntu-latest
concurrency: release
permissions:
id-token: write
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Python semantic release
uses: python-semantic-release/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}