Skip to content

chore(deps-dev): bump black from 26.1.0 to 26.3.0 (#70) #22

chore(deps-dev): bump black from 26.1.0 to 26.3.0 (#70)

chore(deps-dev): bump black from 26.1.0 to 26.3.0 (#70) #22

name: Release Please
on:
push:
branches:
- main
workflow_dispatch: {}
permissions:
contents: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release-please:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Run Release Please
id: release
uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
with:
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json