Skip to content

Merge pull request #107 from QuantGeekDev/feature/readme #33

Merge pull request #107 from QuantGeekDev/feature/readme

Merge pull request #107 from QuantGeekDev/feature/readme #33

Workflow file for this run

name: Release
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
config-file: '.release-please-config.json'